Can I use block element inside another nested block? #233
Unanswered
BlackRabbitt
asked this question in
Q&A
Replies: 1 comment
-
Should be fine according to #225 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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>
Beta Was this translation helpful? Give feedback.
All reactions