Make CssParser use CssLexer.
Using CSS lexer instead of JavaScript lexer simplifies CSS parsing quite a bit (which is kind of obvious :) It also removes some of the strange cases where CSS parsing failed (like when the CSS identifier contained the word "default" which is a keyword in JavaScript).
Loading
Please register or sign in to comment