SCSS Compiler
$myFont: 'Open sans', 'Segoe UI', 'Segoe WP', Helvetica, Arial, sans-serif; $myColor: red; body{ font-family: $myFont; color: $myColor }
OUTPUT
×

Save as Private