UNPKG

@atlaskit/tokens

Version:

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

8 lines 167 B
/** * Returns the standard white point; white on a sunny day. * * @return The white point */ export function whitePointD65() { return [95.047, 100.0, 108.883]; }