UNPKG

@atlaskit/tokens

Version:

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

2 lines 113 B
// valid hex color with 4, 6 or 8 digits export const isValidHex = hex => /^#([A-Fa-f0-9]{3,4}){1,2}$/.test(hex);