mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-05-18 14:29:41 +08:00
@@ -0,0 +1 @@
|
|||||||
|
" N/A
|
||||||
@@ -57,3 +57,4 @@ syn include @htmlCss syntax/css/html5-elements.vim
|
|||||||
syn include @htmlCss syntax/css/motion-1.vim
|
syn include @htmlCss syntax/css/motion-1.vim
|
||||||
syn include @htmlCss syntax/css/selectors-nonelement-1.vim
|
syn include @htmlCss syntax/css/selectors-nonelement-1.vim
|
||||||
syn include @htmlCss syntax/css/selectors4.vim
|
syn include @htmlCss syntax/css/selectors4.vim
|
||||||
|
syn include @htmlCss syntax/css/web-animations.vim
|
||||||
|
|||||||
@@ -670,6 +670,10 @@
|
|||||||
user-zoom: auto;
|
user-zoom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.web-animations {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.will-change {
|
.will-change {
|
||||||
will-change: scroll-position;
|
will-change: scroll-position;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -736,6 +736,11 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
.web-animations {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style>
|
||||||
.will-change {
|
.will-change {
|
||||||
will-change: scroll-position;
|
will-change: scroll-position;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user