@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
1 lines • 66 B
JavaScript
export const isValidBrandHex = hex => /^#[0-9A-F]{6}$/i.test(hex);
Design tokens are the single source of truth to name and store design decisions.