monks/outline_color

The outline-color CSS property sets the color of an element’s outline.

Values

pub const auto_: #(String, String)

auto value of outline-color

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

Enter a raw string value for outline-color

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

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

Search Document