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
Tinycolor fails to parse cases where rgba() colors string have no alpha because it expects exactly four values when it should be expecting three and an optional fourth:
According to the CSS spec the alpha parameter in the
rgba
color string is optional:Tinycolor fails to parse cases where
rgba()
colors string have no alpha because it expects exactly four values when it should be expecting three and an optional fourth:TinyColor/tinycolor.js
Line 1039 in b49018c
The text was updated successfully, but these errors were encountered: