<===> input.scss
test {
  filter:alpha(opacity=75);
}
<===> output.css
test {
  filter: alpha(opacity=75);
}