monks/border_right

The border-right shorthand CSS property sets all the properties of an element’s right border.

Values

pub const dashed: #(String, String)

dashed value of border-right

pub const dotted: #(String, String)

dotted value of border-right

pub const double: #(String, String)

double value of border-right

pub const groove: #(String, String)

groove value of border-right

pub const hidden: #(String, String)

hidden value of border-right

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

inset value of border-right

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

length value of border-right

pub const medium: #(String, String)

medium value of border-right

pub const none: #(String, String)

none value of border-right

pub const outset: #(String, String)

outset value of border-right

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

Enter a raw string value for border-right

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

ridge value of border-right

pub const solid: #(String, String)

solid value of border-right

pub const thick: #(String, String)

thick value of border-right

pub const thin: #(String, String)

thin value of border-right

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

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

Search Document