<===> input.scss
@import "plain";

a {@extend b}

<===> _plain.css
b {c: d}

<===> output.css
b, a {
  c: d;
}