mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
@in: "in";
|
|
@terpolation: "terpolation";
|
|
|
|
// should be ignored because its already imported
|
|
// and it uses a variable from the parent scope
|
|
@import "import-@{my_theme}-e.less";
|