toffee.style
Style.Justify_items
Controls how child nodes are aligned.
Does not apply to Flexbox and will be ignored if specified on a flex container. For Grid it controls alignment in the inline axis.
See MDN: justify-items.
compute_block
compute_flexbox
compute_grid
compute_helpers
toffee
toffee.compute
toffee.geometry
toffee.tree
type t
val default : t
default returns Stretch.
default
Stretch
val to_string : t -> string
to_string x converts the alignment value to its CSS string representation.
to_string x