Skip to content

Commit 10db2a0

Browse files
committed
Include #functions in media-query for functions such as calc()
1 parent c359822 commit 10db2a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,6 +1386,9 @@
13861386
{
13871387
'include': '#comment-block'
13881388
}
1389+
{
1390+
'include': '#functions'
1391+
}
13891392
]
13901393
}
13911394
]

0 commit comments

Comments
 (0)