diff --git a/packages/calcite-components/.stylelintrc.json b/packages/calcite-components/.stylelintrc.json index 148783395ef..5cbf73c088b 100644 --- a/packages/calcite-components/.stylelintrc.json +++ b/packages/calcite-components/.stylelintrc.json @@ -3,6 +3,7 @@ "extends": "stylelint-config-recommended-scss", "plugins": ["stylelint-use-logical-spec"], "rules": { + "length-zero-no-unit": true, "liberty/use-logical-spec": "always", "no-descending-specificity": [ true,