Skip to content

Commit 5ddf576

Browse files
committed
Remove light-dark to match css.cson in official PR
1 parent ea716d7 commit 5ddf576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
}
842842
# Colors
843843
{
844-
'begin': '(?i)(?<![\\w-])(rgba?|rgb|hsla?|hsl|hwb|lab|oklab|lch|oklch|color|light-dark)(\\()'
844+
'begin': '(?i)(?<![\\w-])(rgba?|rgb|hsla?|hsl|hwb|lab|oklab|lch|oklch|color)(\\()'
845845
'beginCaptures':
846846
'1':
847847
'name': 'support.function.misc.css'

0 commit comments

Comments
 (0)