0

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?

LeBlaireau
  • 17,133
  • 33
  • 112
  • 192

1 Answers1

1

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

tadatuta
  • 2,007
  • 11
  • 12