mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 19:44:45 +08:00
add css3-cascade.vim and test case
This commit is contained in:
2
after/syntax/css/css3-cascade.vim
Normal file
2
after/syntax/css/css3-cascade.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" TODO: create cssCascadeProp
|
||||
syn keyword cssFontProp all
|
||||
@@ -59,6 +59,10 @@
|
||||
break-inside: auto;
|
||||
}
|
||||
|
||||
.cascade {
|
||||
all: default;
|
||||
}
|
||||
|
||||
.colors {
|
||||
opacity: rgba(0, 0, 0, 1);
|
||||
display: hsla(0, 0, 0, 1)
|
||||
|
||||
Reference in New Issue
Block a user