DEV Community

Discussion on: Installing Tailwind CSS 2 in a Meteor project

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 🙏🏻