mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +08:00
Follow WD-cssom-view-1-20160317
See also: https://www.w3.org/TR/2016/WD-cssom-view-1-20160317/
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
syn match cssFontProp contained "\<scroll-behavior\>"
|
syn match cssFontProp contained "\<scroll-behavior\>"
|
||||||
syn keyword cssFontAttr contained instant smooth
|
syn keyword cssFontAttr contained smooth
|
||||||
|
|||||||
@@ -177,8 +177,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cssom-view {
|
.cssom-view {
|
||||||
scroll-behavior: instant;
|
scroll-behavior: smooth;
|
||||||
display: smooth;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cssom {
|
.cssom {
|
||||||
|
|||||||
@@ -201,8 +201,7 @@
|
|||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
.cssom-view {
|
.cssom-view {
|
||||||
scroll-behavior: instant;
|
scroll-behavior: smooth;
|
||||||
display: smooth;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user