From 496ea3619882f5094fd043026544059e389d821a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 1 Oct 2014 12:21:00 +0200 Subject: [PATCH] Removed known properties from csslintrc --- csslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csslintrc.json b/csslintrc.json index 5341efe7..6071bc41 100644 --- a/csslintrc.json +++ b/csslintrc.json @@ -5,7 +5,7 @@ "duplicate-properties": false, "font-sizes": false, "ids": true, - "known-properties": true, + "known-properties": false, "overqualified-elements": true, "shorthand": true, "text-indent": true,