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
Fixes a typo that caused formatter('rgb')('#f0f0f0f0') and similar examples to ignore the alpha channel of the input color, generating rgb(...) instead of rgba(...).