Removed known properties from csslintrc
parent
d1a915faca
commit
496ea36198
|
@ -5,7 +5,7 @@
|
||||||
"duplicate-properties": false,
|
"duplicate-properties": false,
|
||||||
"font-sizes": false,
|
"font-sizes": false,
|
||||||
"ids": true,
|
"ids": true,
|
||||||
"known-properties": true,
|
"known-properties": false,
|
||||||
"overqualified-elements": true,
|
"overqualified-elements": true,
|
||||||
"shorthand": true,
|
"shorthand": true,
|
||||||
"text-indent": true,
|
"text-indent": true,
|
||||||
|
|
Loading…
Reference in New Issue