// // backgrounds.scss // @each $color, $value in $theme-colors { .bg-soft-#{$color} { background-color: rgba(($value), 0.25) !important; } .fill-#{$color} { fill: $value; } } .fill-muted{ fill: $text-muted; }