diff --git a/test/cases/literal.color.css b/test/cases/literal.color.css index 0e37df27a..a1f2c5074 100644 --- a/test/cases/literal.color.css +++ b/test/cases/literal.color.css @@ -1,4 +1,6 @@ body { + color: #eee; + color: #efefef; color: #fc0; color: rgba(255,204,0,0.40); color: #fc0; diff --git a/test/cases/literal.color.styl b/test/cases/literal.color.styl index ae12c48ff..18fee2b61 100644 --- a/test/cases/literal.color.styl +++ b/test/cases/literal.color.styl @@ -1,4 +1,6 @@ body + color: #e + color: #ef color: #fc0 color: #fc06 color: #ffcc00