lesscss-engine icon indicating copy to clipboard operation
lesscss-engine copied to clipboard

LESS Engine - A Java wrapper for less.js

Results 23 lesscss-engine issues
Sort by recently updated
recently updated
newest added

Hi, My usage of lesscss is the next one : - I declare some less files, defining the css global body - I declare many "variables less files" (containing only...

I cannot @import a file from a different folder (but on the classpath). How does the LessEngine load files for @import? Example: @import "test.less" where test.less isn't in the same...

Hi, this is not really an issue/bug. But rather a question how to proceed. I created a [resourceHandler](http://docs.oracle.com/javaee/6/api/javax/faces/application/ResourceHandler.html) for JSF 2 to process/serve less files. The LessResource is accountable for...