language-less
language-less copied to clipboard
Modifier class highlighting
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 {
}
}