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