diff --git a/stylelintrc b/stylelintrc index 59c1dad..00d4f05 100644 --- a/stylelintrc +++ b/stylelintrc @@ -49,7 +49,7 @@ "selector-attribute-quotes": [ "always", { "severity": "warning" } ], "declaration-block-no-redundant-longhand-properties": [ true, { "severity": "warning" } ], - "shorthand-property-no-redundant-values": [ true, { "severity": "warning" } ], + "shorthand-property-no-redundant-values": null, "comment-whitespace-inside": [ "always", { "severity": "warning" } ],