From 1ff95e89823bd458e9123d8999036dec70f0af46 Mon Sep 17 00:00:00 2001 From: superburrito Date: Wed, 18 Dec 2019 22:37:51 +0800 Subject: [PATCH] Include height in postcss pxtorem config --- postcss-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/postcss-config.js b/postcss-config.js index 4412c5d..78712aa 100644 --- a/postcss-config.js +++ b/postcss-config.js @@ -12,6 +12,7 @@ module.exports = [ propList: [ 'font', 'font-size', + 'height', 'line-height', 'letter-spacing', 'margin',