pub type LayoutGapValue = CssPropertyValue<LayoutGap>;
#[repr(C, u8)]pub enum LayoutGapValue { Auto, None, Initial, Inherit, Revert, Unset, Exact(LayoutGap), }