diff options
author | treeform <starplant@gmail.com> | 2020-06-21 10:25:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 19:25:29 +0200 |
commit | ca71a60ff6a86244eddee28d175e9c546fe2bfc7 (patch) | |
tree | d0934cc1168ad5f2fdfb29526669420a58a76a29 /lib/js | |
parent | 79c90b30ee5590b02f8bcfac68ed0c9ef7b38e7d (diff) | |
download | Nim-ca71a60ff6a86244eddee28d175e9c546fe2bfc7.tar.gz |
Add css white-space property to dom.nim. (#14743)
https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
Diffstat (limited to 'lib/js')
-rw-r--r-- | lib/js/dom.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/js/dom.nim b/lib/js/dom.nim index 65f9a946b..38ec18a61 100644 --- a/lib/js/dom.nim +++ b/lib/js/dom.nim @@ -463,6 +463,7 @@ type verticalAlign*: cstring visibility*: cstring width*: cstring + whiteSpace*: cstring wordSpacing*: cstring zIndex*: int |