// Gap Css @each $property, $value in $spaces { .gap-#{$property} { gap: var(--size-#{$property}) !important; } }