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
Core: Add support for hex colors with alpha transparency - short version
This adds support for the short version of hex colors with alpha transparency:
eg. #09be (is #09b color with e alpha)
However, jquery-color would convert this hex value to an rgb value
losing the alpha transparency:
eg. rgb(0, 153, 187)
Ref #129
Ref #126
0 commit comments