From d17c8b525e2c2d4a7c8a2c133bf0b0f2cdd2684b Mon Sep 17 00:00:00 2001 From: Menci Date: Mon, 10 Jul 2017 21:10:51 +0800 Subject: [PATCH] Allow white-space in CSS --- utility.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utility.js b/utility.js index 95752c2..92c9d05 100644 --- a/utility.js +++ b/utility.js @@ -95,7 +95,8 @@ module.exports = { top: true, bottom: true, left: true, - right: true + right: true, + "white-space": true }) }, whiteList: whiteList,