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 5575a69 commit 7598ce7Copy full SHA for 7598ce7
packages/svelte/src/compiler/errors.js
@@ -107,6 +107,7 @@ const css = {
107
`A :global {...} block cannot be part of a selector list with more than one item`,
108
'invalid-css-global-block-modifier': () =>
109
`A :global {...} block cannot modify an existing selector`,
110
+ /** @param {string} name */
111
'invalid-css-global-block-combinator': (name) =>
112
`A :global {...} block cannot follow a ${name} combinator`,
113
'invalid-css-global-block-declaration': () =>
0 commit comments