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