Skip to content

Commit 9d54e1e

Browse files
committed
Add missing viewport-percentage length units to numeric-values
Fixes issue #42 (microsoft/vscode-css#42)
1 parent d0553d2 commit 9d54e1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vscode-css/grammars/css.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,8 @@
19201920
ic|ric|rcap|vh|vw|vb|vi|svh|
19211921
svw|svb|svi|dvh|dvw|dvb|dvi|
19221922
lvh|lvw|lvb|lvi|vmax|vmin|
1923+
dvmax|lvmax|svmax|
1924+
dvmin|lvmin|svmin|
19231925
cqw|cqi|cqh|cqb|cqmin|cqmax
19241926
| dpi|dpcm|dppx # - Resolution
19251927
| s|ms # - Time

0 commit comments

Comments
 (0)