mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Update cascade-5.vim
https://www.w3.org/TR/2021/WD-css-cascade-5-20210319/
This commit is contained in:
@@ -0,0 +1 @@
|
||||
syn match cssFontAttr contained "\<revert-layer\>"
|
||||
|
||||
@@ -65,15 +65,17 @@
|
||||
display: auto;
|
||||
}
|
||||
|
||||
@import "cascade-4.css" supports(display: auto);
|
||||
|
||||
.cascade-4 {
|
||||
display: revert;
|
||||
}
|
||||
|
||||
.cascade-5 {
|
||||
display: auto;
|
||||
}
|
||||
@import "cascade-5.css" layer(framework component);
|
||||
|
||||
@import "conditional-3.css" supports(display: auto);
|
||||
.cascade-5 {
|
||||
display: revert-layer;
|
||||
}
|
||||
|
||||
@supports (selector(.conditional-4)) {
|
||||
display: auto;
|
||||
|
||||
Reference in New Issue
Block a user