language-less icon indicating copy to clipboard operation
language-less copied to clipboard

Modifier class highlighting

Open jinsupark opened this issue 8 years ago • 0 comments

It would be great if both these classes were the same color to stay consistent with class coloring syntax. It becomes confusing as the modifier class is the same color as the properties.

.class-is-orange {
  &__this-class-stays-orange {

  }
  &.-this-class-is-grey {

  }
}

jinsupark avatar Jun 08 '17 21:06 jinsupark