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

Do not repeat same class for the same block #450

Open
tadatuta opened this issue May 10, 2017 · 0 comments
Open

Do not repeat same class for the same block #450

tadatuta opened this issue May 10, 2017 · 0 comments

Comments

@tadatuta
Copy link
Member

Case 1

Input code or something about issue background

BEMJSON

{
    block: 'b1',
    mix: {
        block: 'b1'
    }
}

Expected Behavior

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

Actual Behavior

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

Case 2

Input code or something about issue background

BEMJSON

{
    block: 'b1'
}

Template

block('b1').mix()('b1');

Expected Behavior

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

Actual Behavior

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

bem-xjst version and all relevant details
8.5.2

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