Closed sanmai-NL closed 6 years ago
Same without --01.
This is fixed in 0.12.1.
@mattbasta:
Quotes are stripped from this:
div.status[data-valid="0"] {
background-color: #e9bdb2;
}
And I verified the style isnβt applied because of that, at least in Firefox Developer Edition 59.0b7 (64-bit). Attribute selectors donβt always require quotes, so this seems to be a Firefox bug then. Is there a way to prevent crass
from making this optimization?
Can you confirm which version of crass you're using?
0.12.1
I've pushed version 0.12.2, which has a more conservative regexp.