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

Extend fails if selector fails to unify #102

@glebm

Description

@glebm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions