Skip to content

Can I use block element inside another nested block? #211

@BlackRabbitt

Description

@BlackRabbitt

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions