Closed simonwep closed 1 year ago
@guivr you can check out this PR locally and use a package like serve to serve the root directory. You can try the values from your issue #326 to see if that's what you wanted :) If everything is alright, I'd merge this issue and release a new patch version.
Amazing @simonwep! Yes, RGB is working great.
Could you please also add support for this hsl(a):
hsl(0 80% 50% / 25%)
mdn for hsl
Thanks!
Amazing @simonwep! Yes, RGB is working great.
Could you please also add support for this hsl(a):
hsl(0 80% 50% / 25%)
mdn for hslThanks!
@guivr Done, didn't see that this was a thing now as well. Percentages are now supported for both the alpha value of hsv
and hsl
:)
Hi @simonwep! Thanks :)
Works well 🚀
Summary
hsva
orrgba
when providing an alpha value (see mdn).rgba
.Fixes #326