UNPKG

@atlaskit/tokens

Version:

Design tokens are the single source of truth to name and store design decisions.

6 lines 124 B
/** * Returns the blue component of a color in ARGB format. */ export function blueFromArgb(argb) { return argb & 255; }