From c51b613015695a94bff66800ce9a46618c81eb00 Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 22 Feb 2017 10:18:06 -0500 Subject: [PATCH] [ticket/14976] Allow px line-heights for prosilver PHPBB3-14976 --- .stylelintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index a58e7ab8da1..fc50e40c1ca 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -62,7 +62,7 @@ "declaration-empty-line-before": "never", "declaration-property-unit-blacklist": { - "line-height": ["rem", "px", "em", "%"] + "line-height": ["rem", "em", "%"] }, "declaration-property-unit-whitelist": { "height": ["px", "%", "vh"],