This repository was archived by the owner on Jan 9, 2019. It is now read-only.
This repository was archived by the owner on Jan 9, 2019. It is now read-only.
How I can use @import from classpath? #72
Open
Description
Hi.
Created a Maven module A, where the source files (less) are collected in sources.jar.
Module A is added as a dependency of module B.
Tried to import the module A from the module B:
@import "classpath:themes/module-a/styles/main.less";
Get an error like this:
...\moduleB\src\main\less\themes\module-b\styles\main.less [0:0]: Error compiling LESS source
java.io.IOException: Resource ...\moduleB\src\main\less\themes\module-b\styles\classpath:themes\module-a\styles\main.less not found.
How to import less from other modules?
Metadata
Metadata
Assignees
Labels
No labels