-
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]: FLEX CLASS NOT WORKING #4131
Comments
It has a flex class, but the icon is not moving |
Hey! Unfortunately we can't help without a reproduction. You don't need to share your actual project, you just need to make a new sample project that includes whatever is required to reproduce the bug. This is likely due to you missing things in your |
@adamwathan Thanks a lot ! I will try to reproduce it and come back. |
This happens with "create-react-app", but everything is ok with "Next.js". Not sure about other SSR React libraries. |
@adamwathan I have just reproduced the issue in this repository : https://github.com/maupeon/example-tailwind |
@unigazer Thanks for the answer! But for now I am using create-react-app and I need a solution |
Thanks for providing a reproduction! I have confirmed that #4078 fixes your issue. If you update to |
What version of Tailwind CSS are you using?
v2.1.0
What build tool (or framework if it abstracts the build tool) are you using?
"postcss-cli": "^8.3.1"
What version of Node.js are you using?
v12.19.0
What browser are you using?
Chrome
What operating system are you using?
macOs
https://github.com/maupeon/example-tailwind
Describe your issue
I am adding "flex" class in my react app project and for some reason, it doesn't read it, I changed to JIT mode and some styles are not working as they used to.
The text was updated successfully, but these errors were encountered: