Browse Source

Allow white-space in CSS

pull/6/head
Menci 7 years ago
parent
commit
d17c8b525e
  1. 3
      utility.js

3
utility.js

@ -95,7 +95,8 @@ module.exports = {
top: true,
bottom: true,
left: true,
right: true
right: true,
"white-space": true
})
},
whiteList: whiteList,

Loading…
Cancel
Save