pure/.csslintrc
Eric Ferraiuolo 97f862bd7e Improve CSSLint config to work on a per-module basis
The grunt-contrib-csslint Grunt plugin does odd things with the way it
processes CSSLint config. This improves linting by only applying in-file
lint overrides on a per-module basis.
2013-11-27 14:38:03 -05:00

7 lines
163 B
Plaintext

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