Expand description

CSS handling for the specified value of positions

Structs

  • Controls how the auto-placement algorithm works specifying exactly how auto-placed items get flowed into the grid.
  • Controls how the Masonry layout algorithm works specifying exactly how auto-placed items get flowed in the masonry axis.
  • Not associated with any particular grid item, but can be referenced from the grid-placement properties.
  • https://drafts.csswg.org/css-grid/#named-grid-area
  • Arc type for Arc<TemplateAreas>
  • Parser for grid template areas.
  • Tokenize the string into a list of the tokens, using longest-match semantics
  • A range of rows or columns. Using this instead of std::ops::Range for FFI purposes.

Enums

Traits

  • Represents a side, either horizontal or vertical, of a CSS position.

Functions

Type Aliases