less4j icon indicating copy to clipboard operation
less4j copied to clipboard

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 comp...

Results 52 less4j issues
Sort by recently updated
recently updated
newest added

I'm using 1.17.1 and getting this error ERROR 10642:5 no viable alternative at input '>' in ruleset (which started at 10624:1) on the line marked below: ``` // ... .xUiForm.xFillSpace...

Related: https://github.com/SomMeri/less4j/issues/295 Semantic-UI calls a mixing, which produces url @import, inside `&` block. Less.js hoists this import to top-level. Less4j leaves the `import` inside block and prints a warning. Example:...

Building on: ```` mvn --version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: /home/aaime/apps/apache-maven-3.3.9 Java version: 1.8.0_121, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: it_IT, platform encoding: UTF-8 OS name:...

Hello, We are running into an error, here is the stack trace: ``` Caused by: java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2367) at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130) at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114) at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415) at java.lang.StringBuilder.append(StringBuilder.java:132) at...

.class1 { &--class2 { background:white; } } should produce .class1--class2 { background:white}, but gives an error instead. Looks like it has something to do with html comments in less4j grammar....

Hi, In Telerik kendo UI core, you can see: ``` @calendar-cell-width: ((34px / 14px) * 1em); .k-calendar { width: (@calendar-cell-width * 7); } ``` If you compile this with less4j,...

It is not used from regexp file (just declared), so it should be removed.

I've an application running in a tomcat 6 container thats compiles some less files runtime when required by the user. Using jProfile after compile (see code below), i've noticed that...

hi All java source files are without license headers. Please, confirm the licensing of code and/or content/s, and add license headers https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging/LicensingGuidelines#License_Clarification Thanks in advance Regards

hi i get: ``` [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building less4j 1.17.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (run antlr) @ less4j --- [INFO] ANTLR: Processing source directory /home/gil/rpmbuild/BUILD/less4j-less4j-1.17.2/src/main/antlr3 ANTLR Parser...