<div class="block block--small">
<div class="block__elem">
</div>
</div>
.block {
&--small {
....???
.block__elem { // Это ок?
height: 100px;
}
}
&__elem {
width: 200px;
height: 200px;
background: red;
}
}