getbem.github.io
getbem.github.io copied to clipboard
Can a DOM element be an element of two or more blocks?
Is this code correct? I believe this breaks the block structure.
<div class="item">
<div class="item__content">
<div class="block">
<span class="block__title item__header"></span>
</div>
</div>
</div>