less4j icon indicating copy to clipboard operation
less4j copied to clipboard

Error with extraneous semi-colon

Open sherrybomb opened this issue 8 years ago • 0 comments

lessc does not consider the following an error, where less4j does:

com.github.sommeri.less4j.Less4jException: Could not compile less. 1 error(s) occurred: ERROR my.less 3512:2 missing EOF at ';' in stylesheet (which started at 3:4) 3511: height: auto; 3512: }; 3513:

sherrybomb avatar Sep 07 '16 18:09 sherrybomb