Closed leinardi closed 4 years ago
The main issue is that, when parsing a RGB hex color, the parse-color module return the alpha between 0 and 1 but, when parsing a RGBA hex color, the same module return the alpha between 0 and 255 (!!!).
parse-color
Oh, I didn't consider that back in the day. Thanks for making the fix @all-contributors please add @leinardi to code
@impulse
I've put up a pull request to add @leinardi! :tada:
The main issue is that, when parsing a RGB hex color, the
parse-color
module return the alpha between 0 and 1 but, when parsing a RGBA hex color, the same module return the alpha between 0 and 255 (!!!).