Closed
Description
The lastest version introduced the possibility to "access the value of an abstract property from a string using { } operators" (section "String interpolation" in http://lesscss.org/#-string-interpolation).
But the problem is that it doesn't work in import statements. It would be great to write code such like this :
//define the template
@mainTemplate: "BaseTheme";
//import the template
@import "_templates/@{mainTemplate}/Config/_ConfigTemplateDefault.less";
I don't know if it is possible to resolve this issue, but it would be great !