LeBlaireau
LeBlaireau

Reputation: 17467

Sass linter with BEM - Class should be written in lowercase with hyphens

The error I am getting is Class should be written in lowercase with hyphens

.video_wrapper {
  //styles
  &__controls {
  //more styles

Should I and can I suppress this error?

Upvotes: 0

Views: 2692

Answers (1)

tadatuta
tadatuta

Reputation: 2025

See class-name-format property to change this rule.

Upvotes: 1

Related Questions