<===> input.scss
body {
    font-weight: bold; // test
    font-size: 10px // test
}

<===> output.css
body {
  font-weight: bold;
  font-size: 10px;
}