You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2026. It is now read-only.
considering the example below, is it against BEM to use block-element (
i-form__input1) inside another nested blockn-block?<div class="i-form">.....<div class="n-block">..........<div class="i-form__input1">..........</div>.....</div></div>