/* Border Radius */ @each $property, $value in $spaces { .rounded-#{$property} { border-radius: #{$value} !important; } }