Less.js 的变量在 URLs 中的写法


@images: "../img";

// Usage
body {
  color: #444;
  background: url("@{images}/white-sand.png");
}

参考资料

  • Less.js Variables

相关