1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-02-20 05:20:37 +01:00
2020-07-27 21:55:48 +02:00

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;
}
}
}