diff --git a/.stylelintrc b/.stylelintrc index 52301b54..e590c98c 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -8,6 +8,7 @@ "declaration-empty-line-before": null, "alpha-value-notation": "number", "color-function-notation": "legacy", - "shorthand-property-no-redundant-values": null + "shorthand-property-no-redundant-values": null, + "color-hex-length": null, } }