Type Definition taffy::style::AlignSelf

source ·
pub type AlignSelf = AlignItems;
Expand description

Used to control how the specified Nodes is aligned. Overrides the parent Node’s AlignItems property. For Flexbox it controls alignment in the cross axis For Grid it controls alignment in the block axis

MDN