mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
follow WD-css-cascade-3-20130730
This commit is contained in:
@@ -42,6 +42,7 @@ HISTORY
|
||||
|
||||
* Add CSS Fonts Module Level 3 features
|
||||
* Split CSS Counter Styles Level 3 features from `css3-lists.vim`
|
||||
* Follow spec updates
|
||||
|
||||
|
||||
### v0.8
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
" TODO: create cssCascadeProp
|
||||
" TODO: create cssCascadeProp and cssCascadeAttr
|
||||
syn keyword cssFontProp all
|
||||
syn keyword cssFontAttr unset
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
.cascade {
|
||||
all: default;
|
||||
all: unset;
|
||||
}
|
||||
|
||||
.colors {
|
||||
|
||||
Reference in New Issue
Block a user