<===> input.scss
foo {
  quoted: str-slice("abcd", 1, 0);
  unquoted: str-slice(abcd, 1, 0);
}

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