<===> input.scss
div {
hey: a, b, c, d;
ho: a b c d;
ha: unquote("a, b, c, d");
}
<===> output.css
div {
hey: a, b, c, d;
ho: a b c d;
ha: a, b, c, d;
}
<===> input.scss
div {
hey: a, b, c, d;
ho: a b c d;
ha: unquote("a, b, c, d");
}
<===> output.css
div {
hey: a, b, c, d;
ho: a b c d;
ha: a, b, c, d;
}