mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +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:
@@ -374,6 +374,10 @@
|
||||
grid-area: auto;
|
||||
}
|
||||
|
||||
.grid-2 {
|
||||
display: subgrid;
|
||||
}
|
||||
|
||||
.images-3 {
|
||||
object-fit: contain;
|
||||
object-position: cover;
|
||||
|
||||
Reference in New Issue
Block a user