mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 19:44:45 +08:00
Add css-device-adapt.vim
See also: http://www.w3.org/TR/css-device-adapt/
This commit is contained in:
@@ -645,6 +645,12 @@
|
||||
var-foo: var(foo);
|
||||
}
|
||||
|
||||
@viewport {
|
||||
min-zoom: auto;
|
||||
max-zoom: auto;
|
||||
user-zoom: auto;
|
||||
}
|
||||
|
||||
.will-change {
|
||||
will-change: scroll-position;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user