Replies: 1 comment
-
Hey! This should just work. Can you create a minimal reproduction repo or reproduce it via Tailwind Play? https://play.tailwindcss.com/b5UAYT87Y9?file=css The code compiles to: .name {
[data-name] {
display: none!important;
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Vite 6.1.1 (Laravel 11, Flux 2)
What version of Node.js are you using?
For example: v22.12.0
What browser are you using?
Edge
What operating system are you using?
Windows 11
Reproduction URL
Describe your issue
On v3 works:
On v4 doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions