Add css-ui-4.vim

See also: http://www.w3.org/TR/2015/WD-css-ui-4-20150922/
This commit is contained in:
Kyo Nagashima
2015-09-23 14:43:49 +09:00
parent f970b3abbc
commit a801b7b72c
4 changed files with 17 additions and 0 deletions

View File

@@ -588,6 +588,12 @@
display: grabbing;
}
.ui-4 {
caret: fade;
caret-shape: fade(1em);
caret-animation: underscore;
}
.values {
display: 1ch;
display: 1vw;

View File

@@ -642,6 +642,13 @@
}
</style>
<style>
.ui-4 {
caret: fade;
caret-shape: fade(1em);
caret-animation: underscore;
}
</style>
<style>
.values {
display: 1ch;
display: 1vw;