UNPKG

@atlaskit/stylelint-design-system

Version:

Stylelint plugin for use with the Atlassian Design System.

9 lines (8 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHexColor = void 0; var isHexColor = exports.isHexColor = function isHexColor(value) { return /^#([0-9a-f]{3,4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(value); };