diff --git a/lint/styl.json b/lint/styl.json index 378c5806..2a441471 100644 --- a/lint/styl.json +++ b/lint/styl.json @@ -2,7 +2,7 @@ "blocks": {"error": true, "expect": "never"}, "brackets": {"error": true, "expect": "never"}, "colons": {"error": true, "expect": "never"}, - "colors": {"error": true, "expect": "always"}, + "colors": false, "commaSpace": {"error": true, "expect": "always"}, "commentSpace": {"error": true, "expect": "always"}, "cssLiteral": {"error": true, "expect": "never"},