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

Using :extend with BEM #2608

Closed
dangreen opened this issue Jun 11, 2015 · 2 comments
Closed

Using :extend with BEM #2608

dangreen opened this issue Jun 11, 2015 · 2 comments

Comments

@dangreen
Copy link

This code doesn't work.

.purchase__actions {

    &__cell {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;

        &--full:extend(&) {
            width: 100%;
            padding: 0 15px !important;
        }
    }
}
@seven-phases-max
Copy link
Member

See #1554 (as we as #1485 and #2200).

@seven-phases-max
Copy link
Member

Closing as a duplicate of #1554.

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

2 participants