monks/outline

The outline CSS shorthand property sets most of the outline properties in a single declaration.

Values

pub const auto_: #(String, String)

auto value of outline

pub const dashed: #(String, String)

dashed value of outline

pub const dotted: #(String, String)

dotted value of outline

pub const double: #(String, String)

double value of outline

pub const groove: #(String, String)

groove value of outline

pub const hidden: #(String, String)

hidden value of outline

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

inset value of outline

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

length value of outline

pub const medium: #(String, String)

medium value of outline

pub const none: #(String, String)

none value of outline

pub const outset: #(String, String)

outset value of outline

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

Enter a raw string value for outline

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

ridge value of outline

pub const solid: #(String, String)

solid value of outline

pub const thick: #(String, String)

thick value of outline

pub const thin: #(String, String)

thin value of outline

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

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

Search Document