monks/column_rule_width

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

Values

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

length value of column-rule-width

pub const medium: #(String, String)

medium value of column-rule-width

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

Enter a raw string value for column-rule-width

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

thick value of column-rule-width

pub const thin: #(String, String)

thin value of column-rule-width

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

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

Search Document