UNPKG

stylelint

Version:
8 lines (6 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var mediaFeaturePunctuation = exports.mediaFeaturePunctuation = new Set([":", "=", ">", ">=", "<", "<="]); var nonSpaceCombinators = exports.nonSpaceCombinators = new Set([">", "+", "~"]);