From 9c0fde5d9049357fd8ea5a6839d245e79884981f Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 12 Jun 2016 17:34:47 +0200 Subject: [PATCH] Add `rem` to unit whitelist. --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",