Skip to content

Commit ddbb38a

Browse files
committed
Follow changes in CR-css-grid-1-20171214
See also: http://www.w3.org/TR/2017/CR-css-grid-1-20171214/
1 parent 65ebb1f commit ddbb38a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

after/syntax/css/css-align-3.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
syn match cssFontProp contained "\<\(justify\|align\|place\)-\(self\|content\|items\)\>"
2-
syn match cssFontProp contained "\<\(grid-\)\=\(\(row\|column\)-\)\=gap\>"
2+
syn match cssFontProp contained "\<\(\(row\|column\)-\)\=gap\>"
33
syn keyword cssFontAttr contained safe unsafe legacy
44
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
55
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"

test/test.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
row-gap: legacy;
1212
column-gap: auto;
1313
gap: auto;
14-
grid-column-gap: auto;
15-
grid-row-gap: auto;
16-
grid-gap: auto;
1714
}
1815

1916
.animations {

0 commit comments

Comments
 (0)