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
Originally posted by kdy1 November 7, 2024 What version of Tailwind CSS are you using?
v3.4.14
What build tool (or framework if it abstracts the build tool) are you using?
Next.js + turbopack, but reproducible on playground.
What version of Node.js are you using?
Playground
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/obgZakKyiO?file=css
Describe your issue
Generated CSS file is
p.my-4 { margin: 0px; } .\[\&_\:is\(p\)\]\:my-4 :is(p)p { margin: 0px; }
where :is(p)p is invalid
:is(p)p
Originally opened here, but converted it too soon: #14900
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #14901
Originally posted by kdy1 November 7, 2024
What version of Tailwind CSS are you using?
v3.4.14
What build tool (or framework if it abstracts the build tool) are you using?
Next.js + turbopack, but reproducible on playground.
What version of Node.js are you using?
Playground
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/obgZakKyiO?file=css
Describe your issue
Generated CSS file is
where
:is(p)p
is invalidOriginally opened here, but converted it too soon: #14900
The text was updated successfully, but these errors were encountered: