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