diff options
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r-- | src/layout/box.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim index 48265fde..07dce0ed 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -18,6 +18,7 @@ type specified*: CSSSpecifiedValues node*: Node element*: Element + nodes*: seq[Node] InlineAtom* = ref object of RootObj relx*: int @@ -49,6 +50,7 @@ type whitespace*: bool maxwidth*: int viewport*: Viewport + nodes*: seq[Node] BlockContext* = ref object of InlineAtom inline*: InlineContext |