<===> input.scss foo.a { width: 10px; } bar { color: red; @extend foo; } <===> output.css foo.a, bar.a { width: 10px; } bar { color: red; }