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.
@h
@start
@w
@container()
@media()
1 parent 991bfc6 commit 38ce000Copy full SHA for 38ce000
packages/language-service/tests/suggest-syntax/media.test.ts
@@ -23,15 +23,19 @@ describe.concurrent('sorting', () => {
23
'@4xl',
24
'@all',
25
'@base',
26
+ '@h',
27
'@landscape',
- '@media()',
28
'@motion',
29
'@portrait',
30
'@preset',
31
'@print',
32
'@reduce-motion',
33
'@screen',
34
'@speech',
35
+ '@start',
36
+ '@w',
37
+ '@container()',
38
+ '@media()',
39
'@supports()',
40
]))
41
test.concurrent('@>', () => expect(hint('hidden@>')?.map(({ label }) => label)).toEqual([
0 commit comments