parseToRgba can't handle percentage alpha values
Opened this issue · 0 comments
thomasmattheussen commented
parseToRgba
errors out on this input: rgba(255, 255, 255, 20%)
because it can't handle the percentage value. Would it be possible to handle this case as well?