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