2025-04-02 13:24:56 +05:30

7 lines
109 B
SCSS

// SVG Color
@mixin template-svg-color($background) {
.svg-illustration svg {
fill: $background;
}
}