Expand description
Style types for CSS Grid layout
Structs§
- Error returned when trying to convert a string to a GridTrackRepetition and that string is not either “auto-fit” or “auto-fill”
Enums§
- A grid line placement specification which is generic over the coordinate system that it uses to define grid line positions.
- Controls whether grid items are placed row-wise or column-wise. And whether the sparse or dense packing algorithm is used.
- The first argument to a repeated track definition. This type represents the type of automatic repetition to perform.
- Maximum track sizing function
- Minimum track sizing function
- The sizing function for a grid track (row/column) See https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns
Traits§
- The set of styles required for a CSS Grid container
- The set of styles required for a CSS Grid item (child of a CSS Grid container)
Type Aliases§
- A grid line placement specification. Used for grid-[row/column]-[start/end]. Named tracks are not implemented.
- The sizing function for a grid track (row/column)
- A grid line placement using the normalized OriginZero coordinates to specify line positions.