diff --git a/packages/language-service/tests/suggest-syntax/variables.test.ts b/packages/language-service/tests/suggest-syntax/variables.test.ts index b76f35437..9c414f928 100644 --- a/packages/language-service/tests/suggest-syntax/variables.test.ts +++ b/packages/language-service/tests/suggest-syntax/variables.test.ts @@ -14,7 +14,8 @@ describe.concurrent('scope', () => { 'kind': 'markdown', 'value': dedent` \`\`\`css - .light { + .light, + :root { --text-blue: 37 99 253 } .dark { @@ -71,7 +72,8 @@ describe.concurrent('scope and global', () => { 'kind': 'markdown', 'value': dedent` \`\`\`css - .light { + .light, + :root { --text-blue: 37 99 253 } .dark { @@ -100,7 +102,8 @@ describe.concurrent('scope and global', () => { 'kind': 'markdown', 'value': dedent` \`\`\`css - .light { + .light, + :root { --blue: 37 99 253 } .dark {