Closed ktmud closed 10 years ago
%a { &:after { content: '\a'; } } .a-kid { @extend %a; }
Expected result:
.a-kid:after { content: '\a'; }
Got:
:after.a-kid { content: '\a'; }
Fixed by the pull.
Expected result:
Got: