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