Add css-cascade-4.vim

See also: http://www.w3.org/TR/2015/WD-css-cascade-4-20150908/
This commit is contained in:
Kyo Nagashima
2015-09-09 02:09:18 +09:00
parent 68f6fba268
commit 386f60a9ac
5 changed files with 16 additions and 3 deletions

View File

@@ -76,12 +76,18 @@
}
</style>
<style>
.cascade {
.cascade-3 {
all: initial;
display: unset;
}
</style>
<style>
@import "test.css" supports(display: auto);
.cascade-4 {
display: revert;
}
</style>
<style>
.colors {
opacity: rgba(0, 0, 0, 1);
display: hsla(0, 0, 0, 1);