Skip to main content

LayoutJustifyItemsValue

Type Alias LayoutJustifyItemsValue 

Source
pub type LayoutJustifyItemsValue = CssPropertyValue<LayoutJustifyItems>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutJustifyItemsValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(LayoutJustifyItems), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutJustifyItems)