Skip to main content

Module column

Module column 

Source
Expand description

CSS properties for multi-column layout.

Covers column-count, column-width, column-span, column-fill, column-rule-width, column-rule-style, and column-rule-color. Types are consumed via the CssProperty enum in the CSS property system.

Re-exports§

pub use parser::*;

Modules§

parser

Structs§

ColumnRuleColor
CSS column-rule-color property: the color of the rule between columns.
ColumnRuleStyle
CSS column-rule-style property: the style of the rule between columns.
ColumnRuleWidth
CSS column-rule-width property: the width of the rule between columns.

Enums§

ColumnCount
CSS column-count property: specifies the number of columns in a multi-column layout.
ColumnFill
CSS column-fill property: how content is distributed across columns.
ColumnSpan
CSS column-span property: whether an element spans across all columns.
ColumnWidth
CSS column-width property: specifies the optimal width of columns.