diff --git a/.stylelintrc.json b/.stylelintrc.json index 720ef757..908945d9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -26,7 +26,7 @@ "unit-case": "lower", "unit-no-unknown": true, - "unit-whitelist": ["px", "%", "deg", "ms", "em"], + "unit-whitelist": ["px", "%", "deg", "ms", "em", "rem"], "value-list-comma-space-after": "always-single-line", "value-list-comma-space-before": "never",