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