我想使用库的路径声明一个变量:
@libPath: "any/path/to/lib";
并在@import中使用它.这样的事情
@import "@{libPath}/file.less";
我看到处理后的结果:
@import url("@{libPath}/file.less");
没有这样的可能性或我做错了什么?
谢谢.
解决方法
FWIW
this is a bug in less.js已经被讨论了一年多了.至少有两次尝试解决这个问题,但是需要对公共API进行大量更改,因此被拒绝.
The other approach only works partially.
另一方面,lessphp supports this without problem now;我不知道dotless是否可以.