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 65ebb1f commit ddbb38aCopy full SHA for ddbb38a
after/syntax/css/css-align-3.vim
@@ -1,5 +1,5 @@
1
syn match cssFontProp contained "\<\(justify\|align\|place\)-\(self\|content\|items\)\>"
2
-syn match cssFontProp contained "\<\(grid-\)\=\(\(row\|column\)-\)\=gap\>"
+syn match cssFontProp contained "\<\(\(row\|column\)-\)\=gap\>"
3
syn keyword cssFontAttr contained safe unsafe legacy
4
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
5
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"
test/test.css
@@ -11,9 +11,6 @@
11
row-gap: legacy;
12
column-gap: auto;
13
gap: auto;
14
- grid-column-gap: auto;
15
- grid-row-gap: auto;
16
- grid-gap: auto;
17
}
18
19
.animations {
0 commit comments