fix missing semicolon

This commit is contained in:
Kyo Nagashima
2013-10-26 16:55:47 +09:00
parent d667cf6766
commit ddea54f6fe
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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;
} }