Skip to content

Instantly share code, notes, and snippets.

@juanbrujo
Created November 19, 2021 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanbrujo/fcda943dd617a01f865d77ea8ea21d56 to your computer and use it in GitHub Desktop.
Save juanbrujo/fcda943dd617a01f865d77ea8ea21d56 to your computer and use it in GitHub Desktop.
promote css class-names
module.exports = {
rules: {
'selector-class-pattern': '^[a-z]+(-[a-z]+)*$'
}
}
// test: https://regex101.com/r/4ChNan/2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment