That awkward moment when you realize
.m-list{
.m-list__item{
color: red;
}
}
is not equal to
.m-list{
.&__item{
color: red;
}
}
.m-list{
.m-list__item{
color: red;
}
}
is not equal to
.m-list{
.&__item{
color: red;
}
}