mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Add css-ui-4.vim
See also: http://www.w3.org/TR/2015/WD-css-ui-4-20150922/
This commit is contained in:
@@ -588,6 +588,12 @@
|
||||
display: grabbing;
|
||||
}
|
||||
|
||||
.ui-4 {
|
||||
caret: fade;
|
||||
caret-shape: fade(1em);
|
||||
caret-animation: underscore;
|
||||
}
|
||||
|
||||
.values {
|
||||
display: 1ch;
|
||||
display: 1vw;
|
||||
|
||||
@@ -642,6 +642,13 @@
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.ui-4 {
|
||||
caret: fade;
|
||||
caret-shape: fade(1em);
|
||||
caret-animation: underscore;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
.values {
|
||||
display: 1ch;
|
||||
display: 1vw;
|
||||
|
||||
Reference in New Issue
Block a user