<===> input.scss
test { test: inspect((a:1,b:(foo,bar),c:3)); }
<===> output.css
test {
  test: (a: 1, b: (foo, bar), c: 3);
}