We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What version of Tailwind CSS are you using?
v4.0.8
What build tool (or framework if it abstracts the build tool) are you using?
tailwind play
What browser are you using?
Chrome
What operating system are you using?
Linux
Reproduction URL
https://play.tailwindcss.com/QP00crgkmX
Describe your issue
Using !z-40 in Tailwind CSS v4 does not apply the expected
!z-40
Expected
.\!z-40 { z-index: 40 !important; }
Actual
.\!z-40 { z-index: 40; }
Even testing in Tailwind Play does not produce the correct result.
The text was updated successfully, but these errors were encountered:
z-*!
Thanks for catching! Will be fixed with the next patch!
Sorry, something went wrong.
Fix z-*! utilities (#16795)
ef57e6e
Closes #16794
Successfully merging a pull request may close this issue.
What version of Tailwind CSS are you using?
v4.0.8
What build tool (or framework if it abstracts the build tool) are you using?
tailwind play
What browser are you using?
Chrome
What operating system are you using?
Linux
Reproduction URL
https://play.tailwindcss.com/QP00crgkmX
Describe your issue
Using
!z-40
in Tailwind CSS v4 does not apply the expectedExpected
Actual
Even testing in Tailwind Play does not produce the correct result.
The text was updated successfully, but these errors were encountered: