Skip to content

Commit

Permalink
csslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Oct 12, 2015
1 parent 51a5b31 commit cad467a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/less/.csslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{

"adjoining-classes": false,
"box-sizing": false,
"box-model": false,
"floats": false,
"font-sizes": false,
"important": false,
"outline-none": false,
"regex-selectors": false,
"shorthand": false,
"unique-headings": false
}

0 comments on commit cad467a

Please sign in to comment.