mirror of
https://github.com/Sosokker/Inventory-Management-System.git
synced 2025-12-20 16:04:03 +01:00
8 lines
190 B
SCSS
8 lines
190 B
SCSS
@each $color, $value in $theme-colors {
|
|
@each $position in ['left', 'bottom'] {
|
|
.border-#{$position}-#{$color} {
|
|
border-#{$position}: .25rem solid $value !important;
|
|
}
|
|
}
|
|
}
|