pub type BorderSpacing = GenericBorderSpacing<NonNegativeLength>;
Expand description
A computed value for the border-spacing
longhand property.
Aliased Type§
#[repr(transparent)]pub struct BorderSpacing(pub Size2D<NonNegative<CSSPixelLength>>);
Tuple Fields§
§0: Size2D<NonNegative<CSSPixelLength>>