Online sass to css compiler

This online transformer can be used to compile sass v3 (scss) to css using node-sass.

Input sass (scss)

example:
$bgcolor: red; .box {background-color: $bgcolor;} (char count: )


Converted css