-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
What version of Tailwind CSS are you using?
4.1.11
What build tool (or framework if it abstracts the build tool) are you using?
postcss, Angular 20.1
What version of Node.js are you using?
22.x
What browser are you using?
N/A
What operating system are you using?
MacOS 15
Reproduction URL
https://play.tailwindcss.com/BxrVeJ46Lj
Describe your issue
it generates following css with classes like has-[role=checkbox]:w-px:
.has-\[role\=checkbox\]\:w-px {
&:has(*:is(role=checkbox)) {
width: 1px;
}
}getting following syntax error with generated css:
▲ [WARNING] Unexpected "=" [css-syntax-error]
src/styles.css:864:19:
864 │ &:has(*:is(role=checkbox)) {
let me know whether it is safe to ignore.
Metadata
Metadata
Assignees
Labels
No labels