Skip to content

Commit c51aad9

Browse files
committed
Add '@base' and '@preset' to media query syntax tests
1 parent e527106 commit c51aad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/language-service/tests/suggest-syntax/media.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ describe.concurrent('sorting', () => {
2222
'@3xl',
2323
'@4xl',
2424
'@all',
25+
'@base',
2526
'@landscape',
2627
'@media()',
2728
'@motion',
2829
'@portrait',
30+
'@preset',
2931
'@print',
3032
'@reduced-motion',
3133
'@screen',

0 commit comments

Comments
 (0)