Type Alias lightningcss::properties::border::BorderInlineEnd

source ·
pub type BorderInlineEnd = GenericBorder<LineStyle, 7>;
Expand description

A value for the border-inline-end shorthand property.

Aliased Type§

struct BorderInlineEnd {
    pub width: BorderSideWidth,
    pub style: LineStyle,
    pub color: CssColor,
}

Fields§

§width: BorderSideWidth

The width of the border.

§style: LineStyle

The border style.

§color: CssColor

The border color.