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:
Dan Poltawski
2016-09-29 16:39:30 +01:00
parent 07482105c1
commit 13e0d7f3e6
-1
View File
@@ -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"],