add css-variables.vim

This commit is contained in:
Kyo Nagashima
2013-05-27 01:14:40 +09:00
parent ab06aa42d4
commit b542ae84f6
2 changed files with 7 additions and 0 deletions

View File

@@ -475,6 +475,10 @@
display: initial;
}
.variables {
var-foo: var(foo);
}
.writing-modes {
text-orientation: before;
text-combine-horizontal: after;