Closed Tofandel closed 5 years ago
There was a specific reason I didn't use inherit
but I don't know what that was :S Hopefully it won't break anything :P Thanks for the PR, I merge it ASAP.
I used initial
but I've noticed that when you mix color names with inherit
or initial
it's invalid css because the rule is <color>{1,4}|<color>{1}|initial|inherit|none
that's why I separated the css properties into one with the transparent and the other with the keyword
Koszi :)
Fix for #37