MDL-55165 stylelint: remove unset redundant properities rule
http://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values/ Fred and I had discussed enabling this rule, but think it's better for CSS newcomers to be disabled, so lets remove trace of it.
This commit is contained in:
@@ -81,7 +81,6 @@
|
||||
"selector-root-no-composition": true,
|
||||
"selector-type-case": "lower",
|
||||
"selector-type-no-unknown": true,
|
||||
"shorthand-property-no-redundant-values": [null, { "severity": "warning" }],
|
||||
"string-no-newline": true,
|
||||
"time-no-imperceptible": true,
|
||||
"unit-blacklist": ["pt"],
|
||||
|
||||
Reference in New Issue
Block a user