UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

4 lines 212 B
var colorFunctionSet = new Set(['rgb', 'rgba', 'hsl', 'hsla', 'hwb', 'lab', 'lch', 'color', 'device-cmyk']); export var isColorFunction = function isColorFunction(value) { return colorFunctionSet.has(value); };