pub type LayoutJustifyItemsValue = CssPropertyValue<LayoutJustifyItems>;Aliased Type§
#[repr(C, u8)]pub enum LayoutJustifyItemsValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(LayoutJustifyItems),
}pub type LayoutJustifyItemsValue = CssPropertyValue<LayoutJustifyItems>;#[repr(C, u8)]pub enum LayoutJustifyItemsValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(LayoutJustifyItems),
}