pure/.csslintrc
Eric Ferraiuolo 4783db4201 Add CSSLint and grunt test task to lint CSS in the src/ dir
This gives basic linting of src CSS, but ignores linting normalize.css.
2013-06-05 14:04:38 -04:00

6 lines
123 B
Plaintext

{
"box-sizing" : false,
"display-property-grouping": false,
"star-property-hack" : false
}