From f574053dae49f6d0771ece4ec6e4b7fc9a988a6c Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 28 Oct 2014 01:14:13 -0400 Subject: [PATCH] Add csslintrc --- .csslintrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .csslintrc diff --git a/.csslintrc b/.csslintrc new file mode 100644 index 000000000..8786e82e5 --- /dev/null +++ b/.csslintrc @@ -0,0 +1,18 @@ +{ + "vendor-prefix" : true, + "duplicate-properties" : true, + "display-property-grouping" : true, + "empty-rules" : true, + + "adjoining-classes" : false, + "box-model" : false, + "compatible-vendor-prefixes" : false, + "box-sizing" : false, + "duplicate-background-images" : false, + "floats" : false, + "important" : false, + "overqualified-elements" : false, + "rules-count" : false, + "shorthand" : false, + "zero-units" : false +} \ No newline at end of file