From ca71a60ff6a86244eddee28d175e9c546fe2bfc7 Mon Sep 17 00:00:00 2001 From: treeform Date: Sun, 21 Jun 2020 10:25:29 -0700 Subject: [PATCH] Add css white-space property to dom.nim. (#14743) https://developer.mozilla.org/en-US/docs/Web/CSS/white-space --- lib/js/dom.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/js/dom.nim b/lib/js/dom.nim index 65f9a946b9..38ec18a618 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