csstree / vscode-plugin

CSSTree validation plugin for VS Code
MIT License
17 stars 4 forks source link

Correct CSS code seen as errors #6

Closed davidvandenbor closed 3 years ago

davidvandenbor commented 3 years ago

I have noticed something in the behaviour of CSSTree. It goes haywire when checking for errors. See the screenshot 😄 Some of these things are not mistakes or errors. But still CSSTree marks them as errors or warnings(?)

Screenshot 2021-04-06 at 19 33 44
davidvandenbor commented 3 years ago

Never mind! There were some weird in-between "empty spaces" that CSStree interpreted as weird characters. After removing these empty unseen characters the errors went away.

Strange. You actually can't see these "empty" errors.

Screenshot 2021-04-06 at 19 59 52