Closed markwatkinson closed 12 years ago
CSS lexer will bork on things like
@media screen { .class { width: 100%; } }
as it won't descend down to an arbitrary level, which is sort of correct most of the time, but there are valid special cases like this.
CSS lexer will bork on things like
as it won't descend down to an arbitrary level, which is sort of correct most of the time, but there are valid special cases like this.