mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
2
after/syntax/css/box-4.vim
Normal file
2
after/syntax/css/box-4.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn match cssBoxProp contained "\<margin-trim\>"
|
||||||
|
syn match cssBoxAttr contained "\<in-flow\>"
|
||||||
@@ -51,6 +51,11 @@
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box-4 {
|
||||||
|
margin-trim: auto;
|
||||||
|
display: in-flow;
|
||||||
|
}
|
||||||
|
|
||||||
.break-3 {
|
.break-3 {
|
||||||
display: recto;
|
display: recto;
|
||||||
display: verso;
|
display: verso;
|
||||||
|
|||||||
Reference in New Issue
Block a user