mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
97f862bd7e
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.
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
{
|
|
"box-sizing" : false,
|
|
"display-property-grouping": false,
|
|
"star-property-hack" : false,
|
|
"unqualified-attributes" : false
|
|
}
|