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