mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Add conditional-4.vim
https://www.w3.org/TR/2020/WD-css-conditional-4-20200303/
This commit is contained in:
0
after/syntax/css/conditional-4.vim
Normal file
0
after/syntax/css/conditional-4.vim
Normal file
@@ -79,7 +79,11 @@
|
||||
display: revert;
|
||||
}
|
||||
|
||||
@import "test.css" supports(display: auto);
|
||||
@import "conditional-3.css" supports(display: auto);
|
||||
|
||||
@supports (selector(.conditional-4)) {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.color-3 {
|
||||
display: auto;
|
||||
|
||||
Reference in New Issue
Block a user