monks/border_inline_start

The border-inline-start CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.

Values

pub const dashed: #(String, String)

dashed value of border-inline-start

pub const dotted: #(String, String)

dotted value of border-inline-start

pub const double: #(String, String)

double value of border-inline-start

pub const groove: #(String, String)

groove value of border-inline-start

pub const hidden: #(String, String)

hidden value of border-inline-start

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inset: #(String, String)

inset value of border-inline-start

pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of border-inline-start

pub const medium: #(String, String)

medium value of border-inline-start

pub const none: #(String, String)

none value of border-inline-start

pub const outset: #(String, String)

outset value of border-inline-start

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for border-inline-start

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const ridge: #(String, String)

ridge value of border-inline-start

pub const solid: #(String, String)

solid value of border-inline-start

pub const thick: #(String, String)

thick value of border-inline-start

pub const thin: #(String, String)

thin value of border-inline-start

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for border-inline-start. It will be wrapped in var() and have -- prepended.

Search Document