namuit / phamlp

Automatically exported from code.google.com/p/phamlp
0 stars 0 forks source link

No Exception thrown when compiling scss files #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make a .scss file with "this+is_clearly - (invalid)};" in it.
2. Compile it with a SassParser.

What is the expected output? What do you see instead?
The compiler should throw an exception, but it does not.

What version of the product are you using? On what operating system?
3.2

This makes development quite difficult as your css rules are just silently 
dropped.

Original issue reported on code.google.com by daedalus...@gmail.com on 4 Feb 2011 at 1:55