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
Bug with mixins using (...) and (@arguments) special variable #343
Different behaviour in LESS and LESS4J, see following example:
CODE
OUTPUT LESS (correct)
**OUTPUT LESS4J (incorrect)***
Test 1 and 4 fail in LESS4J.