<===> input.scss
test {
  #{&}post {
    foo {
      bar: baz;
    }
  }
}

<===> output.css
test testpost foo {
  bar: baz;
}