lesscss-java
lesscss-java copied to clipboard
LESS CSS Compiler for Java
LESS 2.x
Do you have any intention to support current versions of LESS?
in instrument test project ,take picture using calss spoon-cient.jar to take a screenshot, but the picture is aways is start app picture, not the picture in the process running in...
I want to use the "--modify-var" less option in my code, but i m not able to use it. It always give the message: "invalid option modify-var". Same happens for...
After compilation it logs "done" to the console. It's annoying and not needed. See: https://github.com/marceloverdijk/lesscss-java/blob/a7102a49d891b034b3dbcc6e5ccd74fbb3d2fa05/src/main/resources/META-INF/lessc-rhino-1.7.0.js#L449 Could it be removed?
Added missing Import directives to RegEx: - once - reference - multiple - inline getImports should now also return @import (reference) file.less @import (multiple) file.less @import (once) file.less @import (inline)...
Hi, I use the LessSource.getImports method to build up a dependency tree of Less files. Now I switched from Less 1.3.3 ``` css @import mixins.less ``` to Less 1.7 ```...
exemple : @import "/bootstrap/less/bootstrap.less"; if the source file is not present into root directory. the compilation fail : [ERROR] D:\dev\billetel\IRIS_14.03\modules\lotus\src\main\webapp\bordel\less\sty les.less [0:0]: Error compiling LESS source java.io.FileNotFoundException: File D:\dev\billetel\IRIS_14.03\modules\lotus\src \main\webapp\bordel\less\bootstrap\less\bootstrap.less...
Defaults to the default encoding if not specified. This is useful when using LESS files that contain non-ASCII content such as those provided by font libraries such as Fontello, on...
Support to compile from source as string and testcases to test the same
Merged the code of frido37 and added the possibility to define **multiple pathes for resolving imports in less files**. We required this for our whitelabelling solution to generate multiple .css...