You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The quick answer would be: for a workaround use either (inline) (= "unprocessed file") or move the exotic value to a variable (escape if necessary): Example.
seven-phases-max
changed the title
lesscss can't parse case-insensitive attribute selector
Less can't parse case-insensitive attribute selector
Mar 1, 2018
I have attributes selected like this:
.entry[data-title="active" i] {color: red}
less (3.0.1) will complain:
But the "i" (or "I") is according to spec, see MDN on Attribute Selectors, and is widely supported
I would also be satisfied with something like an uprocessed region or something like that.
The text was updated successfully, but these errors were encountered: