Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Extend fails if selector fails to unify #102

Open
glebm opened this issue Dec 4, 2018 · 1 comment
Open

Extend fails if selector fails to unify #102

glebm opened this issue Dec 4, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@glebm
Copy link
Contributor

glebm commented Dec 4, 2018

repro;

x {
 @extend #{&};
 @extend #{&};
}

output:

Error: "x" failed to @extend "x".
       The selector "x" was not found.

expected output: `` (empty, no error as per #2250)

refs: sass/libsass#2782

@nex3 nex3 transferred this issue from sass/sass Dec 4, 2018
@nex3
Copy link
Contributor

nex3 commented Dec 4, 2018

Note that this reproduces with just x {@extend x}. It should produce no output.

@nex3 nex3 added the bug Something isn't working label Dec 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants