Unit for a single GridTrackSize sizing value.
| Property | Description |
|---|---|
| Auto | The track is sized automatically from its content. |
| Pixel | A fixed pixel length. |
| Percent | A percentage of the grid container's corresponding dimension. |
| Fraction | A flexible fraction (fr) of the leftover space. |
| MinContent | The largest minimal content contribution of the track's items (min-content). |
| MaxContent | The largest maximal content contribution of the track's items (max-content). |