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