getbem.github.io icon indicating copy to clipboard operation
getbem.github.io copied to clipboard

Can I use block element inside another nested block?

Open BlackRabbitt opened this issue 3 years ago • 0 comments

considering the example below, is it against BEM to use block-element (i-form__input1) inside another nested block n-block?

<div class="i-form"> .....<div class="n-block"> ..........<div class="i-form__input1"> ..........</div> .....</div> </div>

BlackRabbitt avatar Mar 08 '21 08:03 BlackRabbitt