WENIGER CSS, @ Importpfad von Variable

Ich möchte eine Variable mit dem Pfad zur Bibliothek deklarieren:

@libPath: "any/path/to/lib";

Und benutze es in@import. Etwas wie das:

@import "@{libPath}/file.less";

Und ich sehe das Ergebnis nach der Verarbeitung:

@import url("@{libPath}/file.less");

Keine solche Möglichkeit oder mache ich etwas falsch?

Vielen Dank.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage