From 13e0d7f3e68d4e2ab25ed2c57732f378bd8b084a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 27 Sep 2016 11:10:03 +0100 Subject: [PATCH] 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. --- .stylelintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index 61d9bf6f77d..409123af52b 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -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"],