SomMeri / less4j

Less language is an extension of css and less4j compiles it into regular css. Less adds several dynamic features into css: variables, expressions, nested rules, and so on. Less was designed to be compatible with css and any correct css file is also correct less file.
146 stars 47 forks source link

Adding guards #244

Closed mcmwhfy closed 9 years ago

mcmwhfy commented 9 years ago

http://lesscss.org/features/#css-guards-feature

I receive the following error if I'm trying use guards through my less code. Pls verify why is this happening .

2014-12-11 15:06:27,122 WARN RequestCycleExtra - Handling the following exception com.github.sommeri.less4j.core.problems.BugHappened: Bug, please report issue: This is very weird error and should not happen. Offending place: file:/C:/Users/username/Eclipse/Project/target/classes/themes/less/orange/form-checkbox.less 12:28 at com.github.sommeri.less4j.core.compiler.selectors.SelectorsManipulator.replaceFirstAppender(SelectorsManipulator.java:135)

SomMeri commented 9 years ago

Could you please give me your less files? Simplified smaller version of your code that causes the above would be the best. Also, which less4j version do you use?

mcmwhfy commented 9 years ago

Sorry for opening this bug , seems to be a problem in my project because I have recompiled and now works just fine.