mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Update display-4.vim
https://www.w3.org/TR/2025/WD-css-display-4-20251106/
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
syn keyword cssFontProp contained reading-flow
|
syn keyword cssFontProp contained reading-flow reading-order
|
||||||
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns
|
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns source-order force-hidden
|
||||||
|
|||||||
@@ -397,10 +397,13 @@
|
|||||||
|
|
||||||
.display-4 {
|
.display-4 {
|
||||||
reading-flow: auto;
|
reading-flow: auto;
|
||||||
|
reading-order: auto;
|
||||||
display: flex-visual;
|
display: flex-visual;
|
||||||
display: flex-flow;
|
display: flex-flow;
|
||||||
display: grid-rows;
|
display: grid-rows;
|
||||||
display: grid-columns;
|
display: grid-columns;
|
||||||
|
display: source-order;
|
||||||
|
display: force-hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.easing-1 {
|
.easing-1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user