Type Definition taffy::style::JustifyItems

source ·
pub type JustifyItems = AlignItems;
Expand description

Used to control 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

MDN