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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Major Changes
54ee0ce: Changed hexToRgb() and rgbToHex() to support #RGBA and #RRGGBBAA color codes (with an alpha channel).
Both functions now have an alpha value immediately after blue, which can be set to undefined to restore the old behavior.
Minor Changes
54ee0ce: Added parameter upperCase (false by default) to lightenColor() and darkenColor()
Patch Changes
54ee0ce: Consolidated behavior of lightenColor() and darkenColor() when using non-number values