From ddea54f6fea4f46648bac7f747f1f6ab4b0ea7c2 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sat, 26 Oct 2013 16:55:47 +0900 Subject: [PATCH] fix missing semicolon --- README.md | 2 +- test/test.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62680ef..75a4ef8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ HISTORY * Follow spec updates * Add missing values * Add notes about CSS preprocessors - + * Fix test ### v0.8 diff --git a/test/test.css b/test/test.css index 8b49280..9069f7c 100644 --- a/test/test.css +++ b/test/test.css @@ -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; }