Compililng...
Input SASS
body {
    div {
        background-color: green;
    }
}
    
Output CSS
body div {
  background-color: green;
}