You need to enable JavaScript to run this app.
Input SCSS
$color: #ff0000; .foo { .baz { color: $color } }
Output
.foo .baz { color: #ff0000; }