_border.scss 190 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 @each $color, $value in $theme-colors { @each $position in ['left', 'bottom'] { .border-#{$position}-#{$color} { border-#{$position}: .25rem solid $value !important; } } }