Attribute selectors with non-spec values should be made valid #12928
rvanvelzen
started this conversation in
Ideas
Replies: 0 comments
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.
-
A selector like
data-[value=5]
is transformed into[data-value=5]
which is invalid. Tailwind could perhaps automatically transform this selector into[data-value='5']
.Beta Was this translation helpful? Give feedback.
All reactions