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.
1 parent 3b20ef3 commit de15898Copy full SHA for de15898
after/syntax/css/conditional-5.vim
@@ -1,3 +1,3 @@
1
syn keyword cssFontProp contained container-type container-name container
2
syn keyword cssFontAttr contained inline-size
3
-syn match cssFontDescriptor "@\(when\|else\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
+syn match cssFontDescriptor "@\(when\|else\|supports-condition\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
test/test.css
@@ -273,6 +273,12 @@
273
}
274
275
276
+@supports-condition --thicker-underlines {
277
+ .conditional-5 {
278
+ display: auto;
279
+ }
280
+}
281
+
282
.contain-1 {
283
contain: auto;
284
display: layout;
0 commit comments