Closed ibobo closed 6 years ago
Not sure when I'll be able to fix this but happy to review a PR if you write one. It should be a straightforward fix.
I checked the code, and apparently the bug was already fixed in 0.12.1, but I was using an outdated version (0.11) without knowing it since I'm using gulp-crass
and didn't see any entry in yarn outdated
! Thanks for the feedback anyway!
When a selector must match a numeric value, the value must be enclosed in quotes, or it won't work; in general you can remove quotes (as done in #44) only when the content is a CSS identifier:
Thanks