monks/columns

The columns CSS shorthand property sets the number of columns to use when drawing an element’s contents, as well as those columns’ widths.

Values

pub const auto_: #(String, String)

auto value of columns

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

length value of columns

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

Enter a raw string value for columns

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 columns. It will be wrapped in var() and have -- prepended.

Search Document