Overview
stack({ direction, spacing, wrap, fill, … }) applies flex layout to a host element. Default direction is column.
Use it when you want the same API as the flex custom elements but without adding a wrapper node.
stack() on nav + aside
Horizontal nav and vertical sidebar — both via stack().