pub type BorderSpacing = GenericBorderSpacing<NonNegativeLength>;
Expand description

A specified value for the border-spacing longhand properties.

Aliased Type§

struct BorderSpacing(pub Size2D<NonNegative<Length>>);

Fields§

§0: Size2D<NonNegative<Length>>

Trait Implementations§

source§

impl Parse for BorderSpacing

source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't> ) -> Result<Self, ParseError<'i>>

Parse a value of this type. Read more