Add box-4.vim

https://www.w3.org/TR/2020/WD-css-box-4-20200421/
This commit is contained in:
Kyo Nagashima
2020-04-24 09:15:21 +09:00
parent ab4ce39f68
commit 2714472120
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn match cssBoxProp contained "\<margin-trim\>"
syn match cssBoxAttr contained "\<in-flow\>"

View File

@@ -51,6 +51,11 @@
display: auto;
}
.box-4 {
margin-trim: auto;
display: in-flow;
}
.break-3 {
display: recto;
display: verso;