CSSDocument: if lexer has errors, don't continue to parser, and if parser has errors, don't continue to tree walker

If the CSS is invalid at the lexer or parser level, the tree walker will get confused by missing/wrong tokens
2 files changed