UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

2 lines 179 B
const colorFunctionSet = new Set(['rgb', 'rgba', 'hsl', 'hsla', 'hwb', 'lab', 'lch', 'color', 'device-cmyk']); export const isColorFunction = value => colorFunctionSet.has(value);