7 lines
109 B
SCSS
7 lines
109 B
SCSS
// SVG Color
|
|
@mixin template-svg-color($background) {
|
|
.svg-illustration svg {
|
|
fill: $background;
|
|
}
|
|
}
|