You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I've posted this related PR here for review, please. I was not able to reproduce the above mentioned double pound sign error with hex colors, but I did manage to address preventing multiple commas and choosing from without the valid range. Thanks for your time.
Thanks for awesome library!
Theres is small issues about
isValid()
function.Unless we don't write a letter,
isValid()
function returnstrue
for rgb and hsl colors.alert(tinycolor('hsla(642,14%,76%,1)').isValid())
jsfiddle
The text was updated successfully, but these errors were encountered: