vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 25 forks source link

Compile fails when class selector includes what appears to be a calculation #16

Open ghost opened 8 years ago

ghost commented 8 years ago

There appears to be a problem when a class selector includes a class name which has a segment which appears to be a unit or calculation. Parsing Sass which includes Font Awesome the following selectors cause Exceptions to be thrown:

It should be noted that these class token values appear to comply with the W3C CSS Class Selector definition and HTML class attribute. This Sass does compile correctly using LibSass.