Module coordinates

Source
Expand description

Taffy uses two coordinate systems to refer to grid lines (the gaps/gutters between rows/columns):

Structs§

GridLine
Represents a grid line position in “CSS Grid Line” coordinates
OriginZeroLine
Represents a grid line position in “OriginZero” coordinates

Traits§

GridCoordinate
A trait for the different coordinates used to define grid lines.