absolute_axis.ml
compute_block
compute_flexbox
compute_grid
compute_helpers
toffee
toffee.compute
toffee.geometry
toffee.style
toffee.tree
1 2 3 type t = Horizontal | Vertical let other = function Horizontal -> Vertical | Vertical -> Horizontal
1 2 3
type t = Horizontal | Vertical let other = function Horizontal -> Vertical | Vertical -> Horizontal