6 lines
112 B
SCSS
6 lines
112 B
SCSS
@mixin background-variant($parent, $color) {
|
|
#{$parent} {
|
|
background-color: $color !important;
|
|
}
|
|
}
|