<===> input.scss
:foobar(.baz) {
    color: red;
}

<===> output.css
:foobar(.baz) {
  color: red;
}