mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add transforms-2.vim
https://www.w3.org/TR/2020/WD-css-transforms-2-20200303/
This commit is contained in:
2
after/syntax/css/transforms-2.vim
Normal file
2
after/syntax/css/transforms-2.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
syn keyword cssFontProp contained rotate scale translate
|
||||
syn keyword cssFontAttr contained flat
|
||||
@@ -1090,6 +1090,13 @@ view {
|
||||
transform-box: auto;
|
||||
}
|
||||
|
||||
.tranforms-2 {
|
||||
rotate: auto;
|
||||
scale: auto;
|
||||
translate: auto;
|
||||
display: flat;
|
||||
}
|
||||
|
||||
.transitions-1 {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user