mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +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
|
* Add CSS Fonts Module Level 3 features
|
||||||
* Split CSS Counter Styles Level 3 features from `css3-lists.vim`
|
* Split CSS Counter Styles Level 3 features from `css3-lists.vim`
|
||||||
|
* Follow spec updates
|
||||||
|
|
||||||
|
|
||||||
### v0.8
|
### v0.8
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
" TODO: create cssCascadeProp
|
" TODO: create cssCascadeProp and cssCascadeAttr
|
||||||
syn keyword cssFontProp all
|
syn keyword cssFontProp all
|
||||||
|
syn keyword cssFontAttr unset
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cascade {
|
.cascade {
|
||||||
all: default;
|
all: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colors {
|
.colors {
|
||||||
|
|||||||
Reference in New Issue
Block a user