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