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§
Structs§
- Column
Rule Color - CSS
column-rule-colorproperty: the color of the rule between columns. - Column
Rule Style - CSS
column-rule-styleproperty: the style of the rule between columns. - Column
Rule Width - CSS
column-rule-widthproperty: the width of the rule between columns.
Enums§
- Column
Count - CSS
column-countproperty: specifies the number of columns in a multi-column layout. - Column
Fill - CSS
column-fillproperty: how content is distributed across columns. - Column
Span - CSS
column-spanproperty: whether an element spans across all columns. - Column
Width - CSS
column-widthproperty: specifies the optimal width of columns.