toffee.style
Style.Justify_content
Sets the distribution of space between and around content items.
For Flexbox it controls alignment in the main axis. For Grid it controls alignment in the inline axis.
See MDN: justify-content.
compute_block
compute_flexbox
compute_grid
compute_helpers
toffee
toffee.compute
toffee.geometry
toffee.tree
type t
val default : t
default returns Flex_start.
default
Flex_start
val to_string : t -> string
to_string x converts the alignment value to its CSS string representation.
to_string x