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 4f0f671 commit e5e2662Copy full SHA for e5e2662
after/syntax/css/sizing-4.vim
@@ -0,0 +1,2 @@
1
+syn match cssFontProp contained "\<contain-intrinsic-size\>"
2
+syn match cssFontAttr contained "\<\fit-content\>"
test/test.css
@@ -852,6 +852,11 @@ mask {
852
display: fit-content(10%);
853
}
854
855
+.sizing-4 {
856
+ contain-intrinsic-size: auto;
857
+ display: fit-content;
858
+}
859
+
860
.speech-1 {
861
voice-volume: auto;
862
voice-balance: auto;
0 commit comments