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 64e1b09 commit 6f44585Copy full SHA for 6f44585
packages/svelte/src/compiler/phases/2-analyze/css/css-analyze.js
@@ -124,7 +124,7 @@ const css_visitors = {
124
parent.children[0] === node &&
125
context.path.at(-3)?.type !== 'PseudoClassSelector'
126
) {
127
- e.css_selector_invalid(node.start); // only highlight the combinator
+ e.css_selector_invalid(node.combinator);
128
}
129
130
node.metadata.is_global = node.selectors.length >= 1 && is_global(node);
0 commit comments