monks/column_rule

The column-rule shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.

Values

pub const dashed: #(String, String)

dashed value of column-rule

pub const dotted: #(String, String)

dotted value of column-rule

pub const double: #(String, String)

double value of column-rule

pub const groove: #(String, String)

groove value of column-rule

pub const hidden: #(String, String)

hidden value of column-rule

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

inset value of column-rule

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

length value of column-rule

pub const medium: #(String, String)

medium value of column-rule

pub const none: #(String, String)

none value of column-rule

pub const outset: #(String, String)

outset value of column-rule

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

Enter a raw string value for column-rule

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

ridge value of column-rule

pub const solid: #(String, String)

solid value of column-rule

pub const thick: #(String, String)

thick value of column-rule

pub const thin: #(String, String)

thin value of column-rule

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

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

Search Document