mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-05-16 13:34:58 +08:00
Add css-grid-2.vim
This new syntax file is for CSS Grid Layout Module Level 2. See also: https://www.w3.org/TR/2018/WD-css-grid-2-20180206/
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
syn keyword cssFontAttr contained subgrid
|
||||||
@@ -374,6 +374,10 @@
|
|||||||
grid-area: auto;
|
grid-area: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid-2 {
|
||||||
|
display: subgrid;
|
||||||
|
}
|
||||||
|
|
||||||
.images-3 {
|
.images-3 {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
object-position: cover;
|
object-position: cover;
|
||||||
|
|||||||
Reference in New Issue
Block a user