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