Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BEM option for deep name nesting? #445

Closed
paulozoom opened this issue Apr 27, 2016 · 2 comments
Closed

Support BEM option for deep name nesting? #445

paulozoom opened this issue Apr 27, 2016 · 2 comments

Comments

@paulozoom
Copy link

Right now, this:

.a>.__b>.__c

expands to

<div class="a">
    <div class="a__b">
        <div class="a__c"></div>
    </div>
</div>

But shouldn't the deepest element’s class be a__b__c instead? Would it make sense to add support for this option?

@thrnd
Copy link

thrnd commented Apr 19, 2018

Look at Yandex's BEMMET. May be it will help you.

@sergeche
Copy link
Member

Please re-open this issue if it’s still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants