When compiling for example foo: bar;, the compiler is supposed to state something like "Invalid CSS after "foo: bar": expected "{", was "" ".
Instead, the compiler gives no error, and does not notice that there is a $dollar sign missing as a prefix for the variable. This should probably be fixed, unless I am missing something?