mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 16:39:11 +01:00
6 lines
136 B
SCSS
6 lines
136 B
SCSS
|
@each $color in $color-names {
|
||
|
.badge-#{$color} {
|
||
|
color: var(--#{$color});
|
||
|
background-color: RGB(var(--#{$color}-text));
|
||
|
}
|
||
|
}
|