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

Does &:extend work with nested rules? #2353

Closed
Pestov opened this issue Dec 22, 2014 · 2 comments
Closed

Does &:extend work with nested rules? #2353

Pestov opened this issue Dec 22, 2014 · 2 comments

Comments

@Pestov
Copy link

Pestov commented Dec 22, 2014

.content {
   &__post1 {
     ...
   }
}

.page {
     .post2 {
        &:extend(.content__post1);
     }
}

It's don't work or I am don't understand the &:extend methos working?

@seven-phases-max
Copy link
Member

No, currently extend does not support "interpolated" and "concatenated" selectors. See #2200.

@seven-phases-max
Copy link
Member

Closing as duplicate of #2200.

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