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