Type Definition taffy::style::JustifySelf

source ·
pub type JustifySelf = AlignItems;
Expand description

Used to control how the specified Nodes is aligned. Overrides the parent Node’s JustifyItems property. Does not apply to Flexbox, and will be ignored if specified on a flex child For Grid it controls alignment in the inline axis

MDN