<===> input.scss
body {
  background: url()
}
<===> output.css
body {
  background: url();
}