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