mirror of
https://github.com/pure-css/pure
synced 2024-12-04 14:25:18 +01: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
|
|
}
|