1 2 3 4 5 6 7 8 9 10 11 12
$firstValue: 62.5%; $firstValue: 24px !default; body { font-size: $firstValue; foo: "some text"; } // body font size = 62.5% /* some comment */