<===> input.scss
body{background:blue; a{color:black;}}
<===> output.css
body {
  background: blue;
}
body a {
  color: black;
}