I got an exception compiling LESS that works fine with 1.5.1. Looks like the ampersand operator support got lost?
com.asual.lesscss.LessException: com.asual.lesscss.LessException: Parse Error: Unrecognised input (line 2, column 1) near
.modulePage {
&.course-pf {
background-color: @body-bg !important;
at com.asual.lesscss.compiler.NashornCompiler.compile(NashornCompiler.java:79)