Skip to content

Commit c61637c

Browse files
committed
1 parent d852533 commit c61637c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

after/syntax/css/transforms-2.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
syn keyword cssFontProp contained rotate scale translate
2+
syn keyword cssFontAttr contained flat

test/test.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,13 @@ view {
10901090
transform-box: auto;
10911091
}
10921092

1093+
.tranforms-2 {
1094+
rotate: auto;
1095+
scale: auto;
1096+
translate: auto;
1097+
display: flat;
1098+
}
1099+
10931100
.transitions-1 {
10941101
display: auto;
10951102
}

0 commit comments

Comments
 (0)