-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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] class="hidden group-hover:block" isn't hidden in JIT mode #4090
Comments
Same issue here |
same issues |
Someone please provide a reproduction or can't help unfortunately. Definitely works, we use it on the Tailwind docs all over the place and that's using JIT, so must be some specific case. |
I believed #4078 fixed the problem for me. If the others would like to confirm just run |
Сan confirm that upgrading to Great work! Thank you. |
What version of Tailwind CSS are you using?
@tailwindcss/postcss7-compat@^2.1.0
What build tool (or framework if it abstracts the build tool) are you using?
Create React App
What version of Node.js are you using?
v14.16.1
What browser are you using?
Chrome
What operating system are you using?
Ubuntu
Reproduction repository
https://github.com/tailwindlabs/tailwindcss
Describe your issue
Sorry, no time to make a repo. Feel free to close the issue. Still, I just wanted to let you know.
I toggle between two icons on parent hover. Without JIT mode, it works. With JIT, hover-on icon shows alongside the hover-off icon.
The text was updated successfully, but these errors were encountered: