<===> input.scss
foo#{bar} hux {
  color: red;
}
<===> output.css
foobar hux {
  color: red;
}