vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 25 forks source link

ParseException does not output file name #296

Open vaadin-bot opened 9 years ago

vaadin-bot commented 9 years ago

Originally by @marlonrichert


Same as #10967. Still/again broken.


Imported from https://dev.vaadin.com/ issue #17551

vaadin-bot commented 9 years ago

Originally by @marlonrichert


To reproduce, extend Valo and put the following in your theme:

$v-selection-color: rgba(0,0,0);

You'll get a never-ending stream of ParseExceptions. Enjoy!