lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Regression bug: Variables in @import statements

Open mryand opened this issue 10 years ago • 1 comments
trafficstars

In 0.3.9 lessphp supported the use of variables in import statements, per this spec: http://lesscss.org/features/#variables-feature-import-statements

This same feature appears to be broken in 0.5.

Example: @variable: "otherfile"; @import "@{variable}.less";

This includes otherfile.less in 0.3.9, but fails to include it in 0.5.

mryand avatar Aug 11 '15 20:08 mryand

In the version 0.4.0 of lessphp it's also still working but broken in 0.5.0.

mathias-heilmann avatar Sep 24 '15 10:09 mathias-heilmann