<===> input.scss
input[type=submit],
input[type=reset],
input[type=button]
{
       filter:chroma(color=#000000);
}
<===> output.css
input[type=submit],
input[type=reset],
input[type=button] {
  filter: chroma(color=#000000);
}