mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +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 keyword cssFontAttr contained instant smooth
|
||||
syn keyword cssFontAttr contained smooth
|
||||
|
||||
@@ -177,8 +177,7 @@
|
||||
}
|
||||
|
||||
.cssom-view {
|
||||
scroll-behavior: instant;
|
||||
display: smooth;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.cssom {
|
||||
|
||||
@@ -201,8 +201,7 @@
|
||||
</style>
|
||||
<style>
|
||||
.cssom-view {
|
||||
scroll-behavior: instant;
|
||||
display: smooth;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user