Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Issue #2222049 by LewisNyman, Michael Hodge Jr, sqndr: Add a .csslint…
Browse files Browse the repository at this point in the history
…rc file that's in line with our CSS standards.
  • Loading branch information
alexpott committed Sep 8, 2014
1 parent 27b28ea commit 5f37ebc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .csslintrc
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 5f37ebc

Please sign in to comment.