Add css white-space property to dom.nim. (#14743)

https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
This commit is contained in:
treeform
2020-06-21 10:25:29 -07:00
committed by GitHub
parent 79c90b30ee
commit ca71a60ff6

View File

@@ -463,6 +463,7 @@ type
verticalAlign*: cstring
visibility*: cstring
width*: cstring
whiteSpace*: cstring
wordSpacing*: cstring
zIndex*: int