pub type BorderCornerRadius = GenericBorderCornerRadius<NonNegativeLengthPercentage>;
Expand description

A specified value for the border-*-radius longhand properties.

Aliased Type§

struct BorderCornerRadius(pub Size2D<NonNegative<LengthPercentage>>);

Fields§

§0: Size2D<NonNegative<LengthPercentage>>

Trait Implementations§

source§

impl Parse for BorderCornerRadius

source§

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

Parse a value of this type. Read more