summaryrefslogtreecommitdiffstatshomepage
path: root/.csslintrc
diff options
context:
space:
mode:
authorAlex Pott <alex.a.pott@googlemail.com>2014-09-08 15:11:43 +0100
committerAlex Pott <alex.a.pott@googlemail.com>2014-09-08 15:11:43 +0100
commit5f37ebc4c662aa901b0242e912687193418ac7f9 (patch)
treea779f71a097f5bab3996f80827491b7e353dbf73 /.csslintrc
parent27b28ea4a6ce6872d42f40c9719545d1d83bb2ef (diff)
downloaddrupal-5f37ebc4c662aa901b0242e912687193418ac7f9.tar.gz
drupal-5f37ebc4c662aa901b0242e912687193418ac7f9.zip
Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslintrc file that's in line with our CSS standards.
Diffstat (limited to '.csslintrc')
-rw-r--r--.csslintrc37
1 files changed, 37 insertions, 0 deletions
diff --git a/.csslintrc b/.csslintrc
new file mode 100644
index 00000000000..1133ef2a9dd
--- /dev/null
+++ b/.csslintrc
@@ -0,0 +1,37 @@
+{
+ "important": true,
+ "adjoining-classes": false,
+ "known-properties": true,
+ "box-sizing": false,
+ "box-model": true,
+ "overqualified-elements": true,
+ "display-property-grouping": true,
+ "bulletproof-font-face": false,
+ "compatible-vendor-prefixes": false,
+ "regex-selectors": false,
+ "errors": false,
+ "duplicate-background-images": true,
+ "duplicate-properties": true,
+ "empty-rules": true,
+ "selector-max-approaching": false,
+ "gradients": false,
+ "fallback-colors": false,
+ "font-sizes": false,
+ "font-faces": false,
+ "floats": false,
+ "star-property-hack": true,
+ "outline-none": true,
+ "import": true,
+ "ids": true,
+ "underscore-property-hack": true,
+ "rules-count": false,
+ "qualified-headings": true,
+ "selector-max": false,
+ "shorthand": true,
+ "text-indent": true,
+ "unique-headings": true,
+ "universal-selector": false,
+ "unqualified-attributes": true,
+ "vendor-prefix": true,
+ "zero-units": true
+}