Expand description
Taffy uses two coordinate systems to refer to grid lines (the gaps/gutters between rows/columns):
Structs§
- Grid
Line - Represents a grid line position in “CSS Grid Line” coordinates
- Origin
Zero Line - Represents a grid line position in “OriginZero” coordinates
Traits§
- Grid
Coordinate - A trait for the different coordinates used to define grid lines.