Skip to content

compile error – &:not(&) #2026

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

Closed
kovchiy opened this issue May 22, 2014 · 2 comments
Closed

compile error – &:not(&) #2026

kovchiy opened this issue May 22, 2014 · 2 comments

Comments

@kovchiy
Copy link

kovchiy commented May 22, 2014

.foo {
    &:not(&_bar) {
        color:red;
    }
}

compiled to:

.foo:not(&_bar) {
    color: red;
}
@SomMeri
Copy link
Member

SomMeri commented May 23, 2014

This is a duplicate of #1554. Extend does not support & operator.

@SomMeri SomMeri closed this as completed May 23, 2014
@seven-phases-max
Copy link
Member

I guess I'll re-open this since it's not related to extend.

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

4 participants