Multiple @extend rules in the same block don't process the second @extend correctly #10
Open
Description
%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
Assignees
Labels
No labels