You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
8 lines
190 B
SCSS
Executable File
8 lines
190 B
SCSS
Executable File
@each $color, $value in $theme-colors {
|
|
@each $position in ['left', 'bottom'] {
|
|
.border-#{$position}-#{$color} {
|
|
border-#{$position}: .25rem solid $value !important;
|
|
}
|
|
}
|
|
}
|