@julianproxy that would change the opacity of the whole element, what I want to do is somehow add opacity using an hexadecimal variable to change *only* the background color
(for context, I'm importing a bunch of colors from another file that changes dynamically)
css question Show more
@julianproxy yeah that's the sucky part, I'm finding out
I've read that *supposedly* you can mix hex and rgb values with Sass and then this would work but
I don't know Sass
I'd probably be better off using floating elements as background, blegh