lesscss-java
lesscss-java copied to clipboard
Classpath imports
A simple feature request with a not-so-simple solution (I'm guessing); I would like to be able to do the following:
@import "classpath:my/package/name/myfile.less";
+1
It seems everything is already prepared. There's a FileResource and a HttpResource, but no ClasspathResource.
Cheers, Michel
+1 would be great