mgreter/sass2scss

Should error on declarations terminated with a semicolon

Opened this issue · 0 comments

Originally reported in sass/node-sass#1402

foo
  bar: baz;

Should produce the following error

Error: Invalid CSS after "baz": expected expression (e.g. 1px, bold), was ";"
        on line 2 of test.sass