DEV Community

Discussion on: Installing Tailwind CSS 2 in a Meteor project

Collapse
 
marcelweidum profile image
Markel

Any idea how you get JIT working with tailwindcss ^3? JIT is buildin with tailwindcss 3 and onsave it's not regenerating CSS files.

Collapse
 
fredmaiaarantes profile image
Frederico Maia

Hey @marcelweidum, JIT doesn't work with Meteor at the moment. We have it in our roadmap to be worked out soon.

What you could right now is a workaround by using Postcss as a separate process from Meteor. You can see how to do it here: github.com/Meteor-Community-Packag...

Collapse
 
marcelweidum profile image
Markel

Okay I will do that! Thank you 🙏🏻