Open johanbrandhorst opened 3 years ago
I have not tried it with tailwind css. If there's a postcss-plugin for it, than yes, just put it in the plugins option. If not, I can take a look, or you can also submit a pull request :)
I'm going to try it using https://tailwindcss.com/docs/installation#installing-tailwind-css-as-a-post-css-plugin as a guide, but I'm very new to this space.
I confirm that it works! Here's an example.
It's slow as is becaue Tailwind is so large out of the box but I found switching to @tailwindcss/jit
helps a lot.
@Zertz awesome, thanks for sharing, I also got it working as a postcss plugin but it was slowing down my build enough that I didn't care for it 😂. Thanks for the example, I will take a look!
Yeah, without their new JIT plugin it's barely usable
why would you remove the example though ðŸ˜
Hi, thanks for this plugin! I'm wondering if this allows using esbuild with the tailwind CSS processor?