:not() selector missing #13767
Replies: 1 comment
-
@MichaelAllenWarner and I collaborated on a PR (#7976 & MichaelAllenWarner#6) for this a while back, but a lot of it came down to getting the specificity right and making sure that That said, an official
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently in Tailwind 3.4 support for
:has()
selector was implemented. Today styling a card I noticed there isnt support yet for:not()
as well.Since we now have variants like
has-[]:
I figure there should also benot-[]:
.Wasnt it just needed or requested enough? Or is there something not so trivial about this implementation?
Beta Was this translation helpful? Give feedback.
All reactions