Skip to content

Multiple @extend rules in the same block don't process the second @extend correctly #10

@jzarzeckis

Description

@jzarzeckis
%foo {
  right: 0;
}

%bar {
  left: 0;
}

.baz {
  @extend %foo;
  @extend %bar;
}

Worked in 2.0.0, but doesn't generate correctly on 3.0.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions