mosaic.mlx
Mosaic_mlx.Display
CSS display property controlling box generation and child layout algorithm.
mosaic
mosaic.ui
type t = Toffee.Style.Display.t =
| Block
Children follow the block layout algorithm.
| Flex
Children follow the flexbox layout algorithm.
| Grid
Children follow the CSS grid layout algorithm.
| None
Node is hidden and generates no boxes.