Add web-animations.vim

See also: http://www.w3.org/TR/web-animations/
This commit is contained in:
Kyo Nagashima
2016-01-03 20:28:52 +09:00
parent 0bc4127113
commit e39520fc9f
4 changed files with 11 additions and 0 deletions

View File

@@ -670,6 +670,10 @@
user-zoom: auto;
}
.web-animations {
display: auto;
}
.will-change {
will-change: scroll-position;
}