Желаемый результат:
Код: Выделить всё
.component {
// ...
}
.component.component--modifier {
// ...
}
Предложение SCSS:
Код: Выделить всё
.component {
// ...
&.&--modifier {
// ...
}
}
Подробнее здесь: https://stackoverflow.com/questions/392 ... not-accept
Мобильная версия