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