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 037c11a commit ba724e7Copy full SHA for ba724e7
after/syntax/css/properties-values-api-1.vim
@@ -0,0 +1,2 @@
1
+syn keyword cssFontProp contained syntax inherits
2
+syn match cssFontProp contained "\<initial-value\>"
test/test.css
@@ -662,7 +662,9 @@ mask {
662
}
663
664
.properties-values-api-1 {
665
- display: auto;
+ syntax: auto;
666
+ inherits: auto;
667
+ initial-value: auto;
668
669
670
.pseudo-4::inactive-selection,
0 commit comments