Module taffy::compute::grid::types::coordinates

source ·
Expand description

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

Structs§

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

Traits§

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