ricokahler/color2k

parseToRgba can't handle percentage alpha values

Opened this issue · 0 comments

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?