UNPKG

stylelint-plugin-color

Version:

Stylelint plugin for managing colors. Includes Less and Sass support.

5 lines (4 loc) 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const color_types_rule_1 = require("./rules/color-types/color-types.rule"); exports.default = [color_types_rule_1.colorTypesRule];