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