ijprest / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts
http://www.keyboard-layout-editor.com/
Other
1.3k stars 241 forks source link

CSS parser error with the :not() pseudo-class #244

Open Adzetko opened 5 years ago

Adzetko commented 5 years ago

I tried div:not(.keylabels) and the parser returned this:

Error: Parse error on line 9:
...mportant;}div:not(.keylabels) {    ba
---------------------^
Expecting 'IDENTIFIER', 'WHITESPACE', 'NUMBER', 'DIMENSION', got '.'