blob: 5f2e19f9afa6144e6c824149bb54ce717d23e2bf [file] [log] [blame]
"use strict";
const punctuationSets = {};
punctuationSets.mediaFeaturePunctuation = new Set([
":",
"=",
">",
">=",
"<",
"<="
]);
punctuationSets.nonSpaceCombinators = new Set([">", "+", "~", ">>>", "/deep/"]);
module.exports = punctuationSets;