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 d040190 commit db4dd40Copy full SHA for db4dd40
src/syntax-definitions.ts
@@ -403,7 +403,7 @@ const selectors4SyntaxDefinition = extendSyntaxDefinition(selectors3SyntaxDefini
403
pseudoElements: {
404
definitions: {
405
NoArgument: ['marker'],
406
- Selector: ['part']
+ String: ['part']
407
}
408
409
});
@@ -489,7 +489,7 @@ export const cssModules = {
489
latest: true,
490
491
492
493
494
495
0 commit comments