The column-rule-style CSS property sets the style of the line drawn between columns in a multi-column layout.
pub const dashed: #(String, String)
dashed value of column-rule-style
pub const dotted: #(String, String)
dotted value of column-rule-style
pub const double: #(String, String)
double value of column-rule-style
pub const groove: #(String, String)
groove value of column-rule-style
pub const hidden: #(String, String)
hidden value of column-rule-style
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inset: #(String, String)
inset value of column-rule-style
pub const none: #(String, String)
none value of column-rule-style
pub const outset: #(String, String)
outset value of column-rule-style
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for column-rule-style
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const ridge: #(String, String)
ridge value of column-rule-style
pub const solid: #(String, String)
solid value of column-rule-style
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for column-rule-style.
It will be wrapped in var() and have -- prepended.