We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1088303 commit c42a3bfCopy full SHA for c42a3bf
src/__tests__/exceptions.js
@@ -19,6 +19,7 @@ throws('bad pseudo element', 'button::"after"');
19
throws('missing closing parenthesis in pseudo', ':not([attr="test"]:not([attr="test"])');
20
21
throws('bad syntax', '-moz-osx-font-smoothing: grayscale');
22
+throws('bad syntax (2)', '! .body');
23
24
throws('missing backslash for semicolon', '.;');
25
throws('missing backslash for semicolon (2)', '.\;');
0 commit comments