PakornV
PakornV
I made the package for this. Feel free to copy it to your project while you wait for the official implementation [https://jsr.io/@pakornv/fresh-plugin-tailwindcss](https://jsr.io/@pakornv/fresh-plugin-tailwindcss)
@maclong9 I think you need to add tailwindcss to your deno.json e.g. `deno add npm:tailwindcss` my example project: [https://github.com/pakornv/fresh-tailwindcss-v4](https://github.com/pakornv/fresh-tailwindcss-v4)
> > [@maclong9](https://github.com/maclong9) I think you need to add tailwindcss to your deno.json e.g. `deno add npm:tailwindcss` my example project: https://github.com/pakornv/fresh-tailwindcss-v4 > > I have got tailwindcss in my `deno.json`...
> [@pakornv](https://github.com/pakornv) your project works for me but I can't add the plugin daisy. I don't have any errors but styles are not apply. Any idea ? Sorry for late...
@maclong9 I just accidentally reproduce the error. I add `"nodeModulesDir": "auto"` to my deno.json add the error gone.
@nnmrts you can try my plugin for fresh 2. I just update my example repo https://github.com/pakornv/fresh-tailwindcss-v4