UNPKG

stylelint

Version:
15 lines (13 loc) 166 B
export const mediaFeaturePunctuation = new Set([ ":", "=", ">", ">=", "<", "<=", ]) export const nonSpaceCombinators = new Set([ ">", "+", "~", ])