web/penny/static/scss/utilities/_border.scss
@each $color, $value in $theme-colors {
@each $position in ['left', 'bottom'] {
.border-#{$position}-#{$color} {
border-#{$position}: .25rem solid $value !important;
}
}
}
| homepage: | https://compounddata.com/projects/penny |
| git clone: | https://git.compounddata.com/penny |
| summary | history | files |
@each $color, $value in $theme-colors {
@each $position in ['left', 'bottom'] {
.border-#{$position}-#{$color} {
border-#{$position}: .25rem solid $value !important;
}
}
}