Closed ghost closed 9 years ago
Interesting... I'll mark this as a enhancement.
Thanks!
I got it working with SVG using this method.
Here's the Sass:
.logo {
color: black;
&.background--light { fill: black; }
&.background--dark { fill: white; }
& svg { fill: currentColor; }
}
with the SVG inline wrapped inside div.logo
Hi, very nice. :-) Thanks!
Would be great to add support for svg graphics, so the script is also looking at "image-tags".