<===> input.scss
foo {
  $nothing: null;
  foo: "#{$nothing}' %' '#{$nothing}";
}

<===> output.css
foo {
  foo: "' %' '";
}