mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Follow changes in WD-css-box-3-20181218
See also: https://www.w3.org/TR/2018/WD-css-box-3-20181218/
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
syn match cssBoxProp contained "\<margin-trim\>"
|
||||||
|
syn match cssBoxAttr contained "\<in-flow\>"
|
||||||
" These will be moved to block-3
|
" These will be moved to block-3
|
||||||
syn match cssBoxProp contained "\<clear-after\>"
|
syn match cssBoxProp contained "\<clear-after\>"
|
||||||
syn match cssBoxProp contained "\<float-displace\>"
|
syn match cssBoxProp contained "\<float-displace\>"
|
||||||
|
|||||||
@@ -43,6 +43,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-3 {
|
.box-3 {
|
||||||
|
margin-trim: auto;
|
||||||
|
display: in-flow;
|
||||||
|
/* .block-3 */
|
||||||
clear-after: auto;
|
clear-after: auto;
|
||||||
float-displace: auto;
|
float-displace: auto;
|
||||||
indent-edge-reset: auto;
|
indent-edge-reset: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user