mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
fix missing semicolon
This commit is contained in:
@@ -56,7 +56,7 @@ HISTORY
|
||||
* Follow spec updates
|
||||
* Add missing values
|
||||
* Add notes about CSS preprocessors
|
||||
|
||||
* Fix test
|
||||
|
||||
### v0.8
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
.colors {
|
||||
opacity: rgba(0, 0, 0, 1);
|
||||
display: hsla(0, 0, 0, 1)
|
||||
display: hsla(0, 0, 0, 1);
|
||||
display: currentColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user