<===> input.scss
@customAtRule;
test {
  content: bar
}
<===> output.css
@customAtRule;
test {
  content: bar;
}