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