---
layout: single
property_name: grid-gap
---
Shorthand property for
Removes both rows and columns gaps.
You can set a single value.
You can set a value for each direction: rows first, columns second.
#grid-gap
grid-row-gap and grid-column-gap.default
grid-gap: 0 0;
grid-gap: 10px;
grid-gap: 3rem 1rem;