mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +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;
|
||||
}
|
||||
|
||||
.box-4 {
|
||||
margin-trim: auto;
|
||||
display: in-flow;
|
||||
}
|
||||
|
||||
.break-3 {
|
||||
display: recto;
|
||||
display: verso;
|
||||
|
||||
Reference in New Issue
Block a user