mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-02-13 19:21:42 +08:00
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained item-tolerance
|
syn keyword cssFontProp contained flow-tolerance item-track item-direction item-cross item-pack item-flow
|
||||||
syn keyword cssFontAttr contained grid-lanes inline-grid-lanes
|
syn keyword cssFontAttr contained grid-lanes inline-grid-lanes
|
||||||
|
|||||||
@@ -652,7 +652,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.grid-3 {
|
.grid-3 {
|
||||||
item-tolerance: auto;
|
flow-tolerance: auto;
|
||||||
|
item-track: auto;
|
||||||
|
item-direction: auto;
|
||||||
|
item-cross: auto;
|
||||||
|
item-wrap: auto;
|
||||||
|
item-pack: auto;
|
||||||
|
item-flow: auto;
|
||||||
display: grid-lanes;
|
display: grid-lanes;
|
||||||
display: inline-grid-lanes;
|
display: inline-grid-lanes;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user