The column-count CSS property breaks an element’s content into the specified number of columns.
pub const auto_: #(String, String)
- : The number of columns is determined by other CSS properties, such as {{cssxref(“column-width”)}}.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for column-count
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-count.
It will be wrapped in var() and have -- prepended.