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

i-bem.bemhtml: Do not repeat block class on mix with same block's mod #804

Closed
tadatuta opened this issue Jan 18, 2015 · 0 comments
Closed

Comments

@tadatuta
Copy link
Member

{
    block: 'b1',
    mix: { block: 'b1', mods: { m1: 'v1' } }
}

results with

<div class="b1 b1 b1_m1_v1"></div>

It's inconsistent with BH and creates issues with tmpl-specs.

tadatuta added a commit that referenced this issue Jan 29, 2015
i-bem.bemhtml: Do not repeat block class on mix with same block's mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants