Space-between vs gap in grids is one of the most common decision points we see. Here is the honest breakdown.
The short version#
Grid gutters: gap only. space-* fights grid placement.
Point by point#
| Aspect | Analysis |
|---|---|
| Recommendation | Always gap-* in grid containers |
| Why | space-* injects margins that collide with track sizing |
| Exception | None — gap covers all grid gutter needs |
| Related | See gap-vs-space-between for flex nuances |
Bottom line#
Pick based on your constraint, not ideology — and remember the comparison pages link to hands-on recipes so you can verify the claim in your own project within minutes.
Related comparisons#
comparisons/index|All comparisons
