mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
1
after/syntax/css/cssom.vim
Normal file
1
after/syntax/css/cssom.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
" N/A
|
||||||
@@ -51,6 +51,7 @@ syn include @htmlCss syntax/css/css3-speech.vim
|
|||||||
syn include @htmlCss syntax/css/css3-transforms.vim
|
syn include @htmlCss syntax/css/css3-transforms.vim
|
||||||
syn include @htmlCss syntax/css/css3-transitions.vim
|
syn include @htmlCss syntax/css/css3-transitions.vim
|
||||||
syn include @htmlCss syntax/css/cssom-view.vim
|
syn include @htmlCss syntax/css/cssom-view.vim
|
||||||
|
syn include @htmlCss syntax/css/cssom.vim
|
||||||
syn include @htmlCss syntax/css/filter-effects.vim
|
syn include @htmlCss syntax/css/filter-effects.vim
|
||||||
syn include @htmlCss syntax/css/html5-elements.vim
|
syn include @htmlCss syntax/css/html5-elements.vim
|
||||||
syn include @htmlCss syntax/css/motion-1.vim
|
syn include @htmlCss syntax/css/motion-1.vim
|
||||||
|
|||||||
@@ -181,6 +181,10 @@
|
|||||||
display: smooth;
|
display: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cssom {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.display {
|
.display {
|
||||||
box-suppress: flow;
|
box-suppress: flow;
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
|
|||||||
@@ -206,6 +206,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
.cssom {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
.display {
|
.display {
|
||||||
box-suppress: flow;
|
box-suppress: flow;
|
||||||
display: flow-root;
|
display: flow-root;
|
||||||
|
|||||||
Reference in New Issue
Block a user