monks/column_span

The column-span CSS property makes it possible for an element to span across all columns when its value is set to all.

An element that spans more than one column is called a spanning element.

Values

pub const all: #(String, String)
  • : The element spans across all columns. Content in the normal flow that appears before the element is automatically balanced across all columns before the element appears. The element establishes a new block formatting context.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const none: #(String, String)
  • : The element does not span multiple columns.
pub fn raw(value: String) -> #(String, String)

Enter a raw string value for column-span

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

Search Document