Type Alias lightningcss::properties::border::BorderBlockEnd
source · pub type BorderBlockEnd = GenericBorder<LineStyle, 5>;Expand description
A value for the border-block-end shorthand property.
Aliased Type§
struct BorderBlockEnd {
pub width: BorderSideWidth,
pub style: LineStyle,
pub color: CssColor,
}Fields§
§width: BorderSideWidthThe width of the border.
style: LineStyleThe border style.
color: CssColorThe border color.