From 176ce3c38cf55b739dd349b54f92b706346b7eba Mon Sep 17 00:00:00 2001 From: Nick Pack Date: Sun, 14 Jul 2013 22:34:46 +0100 Subject: [PATCH] Normalize sends csslint on the spaz out. --- .csslintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.csslintrc b/.csslintrc index 8aee385..033db63 100644 --- a/.csslintrc +++ b/.csslintrc @@ -1,5 +1,8 @@ { "unique-headings": false, "box-model": false, - "font-sizes": false + "font-sizes": false, + "compatible-vendor-prefixes": false, + "unqualified-attributes": false, + "outline-none": false } \ No newline at end of file