-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JIT] not working with @craco/craco #3998
Comments
I think JIT doesn't support PostCSS 7 |
Indeed, the provided reproduction repository does have the Postcss 7: |
Hey @createdbymahmood, two things:
I have opened a pull request on your reproduction repository and confirmed that it's now working 👍 Any other issues let us know! |
This worked for me. I had a relatively old project and just installed tailwind and JIT is the best thing that happened to tailwind after v2.0. |
What version of Tailwind CSS are you using?
2.1.0
What version of Node.js are you using?
12.20.0
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction repository
https://github.com/createdbymahmood/craco-tailwindcss-problem
I'm using TailwindCSS with craco, to support "css modules apply syntax", in addition, I want to use "Just-in-time", it does not work as expected, styles are not getting compiled fine. only tailwind base styles (normalizers) are available to use now.
The text was updated successfully, but these errors were encountered: