Does tailwind work for you with meteor?

Hello, does tailwind work for you with meteor?

I tried almost everything, but after update meteor to latest version with also latest tailwind, it doesn’t works. No errors, no nothing, just tailwind not search and not add his css styles.

I tried it also on new “clean” meteor installation, but it also doesnt works :frowning:

When I start tailwind manually through the cli, It will correctly works and generate css, but with Meteor build process, it not works.

How can I fix it?

Thanks a lot!

I also had the same when upgrading to tailwind v4, so I just kept using v3.

Take a look at GitHub - wreiske/meteor-react-tailwind-prettier-starter: Meteor 3.4 + React 19 + Tailwind CSS 4 Starter

I use this personally as a starting ground for all my new apps and have had pretty good success with it.