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