Type Alias lightningcss::properties::border::BorderInlineStart

source ·
pub type BorderInlineStart = GenericBorder<LineStyle, 6>;
Expand description

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

Aliased Type§

struct BorderInlineStart {
    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.