Add css-device-adapt.vim

See also: http://www.w3.org/TR/css-device-adapt/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:13:43 +09:00
parent 70488eec56
commit 79216af1aa
4 changed files with 16 additions and 0 deletions

View File

@@ -645,6 +645,12 @@
var-foo: var(foo);
}
@viewport {
min-zoom: auto;
max-zoom: auto;
user-zoom: auto;
}
.will-change {
will-change: scroll-position;
}