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