function getClassSelectors()

in plugins/no-override.js [107:110]


function getClassSelectors(selector) {
  const match = selector.match(CLASS_PATTERN_ALL)
  return match ? [...match] : []
}