monks/column_rule_color

The column-rule-color CSS property sets the color of the line drawn between columns in a multi-column layout.

Values

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

Enter a raw string value for column-rule-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 column-rule-color. It will be wrapped in var() and have -- prepended.

Search Document