Add transforms-2.vim

https://www.w3.org/TR/2020/WD-css-transforms-2-20200303/
This commit is contained in:
Kyo Nagashima
2020-03-20 09:18:02 +09:00
parent d852533256
commit c61637cc7a
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
syn keyword cssFontProp contained rotate scale translate
syn keyword cssFontAttr contained flat

View File

@@ -1090,6 +1090,13 @@ view {
transform-box: auto; transform-box: auto;
} }
.tranforms-2 {
rotate: auto;
scale: auto;
translate: auto;
display: flat;
}
.transitions-1 { .transitions-1 {
display: auto; display: auto;
} }