diff --git a/core/.stylelintrc.yml b/core/.stylelintrc.yml index fd74c884e5..fb366c5ad0 100644 --- a/core/.stylelintrc.yml +++ b/core/.stylelintrc.yml @@ -45,6 +45,11 @@ rules: declaration-no-important: - true + length-zero-no-unit: + - true + - ignore: + - custom-properties + order/order: - custom-properties - dollar-variables