From 0f0639f8d6be557cb92c220b84229b07425b426c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 9 Apr 2024 15:30:20 -0400 Subject: [PATCH] Disable shorthand-property-no-redundant-values --- stylelintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ],