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

45 阅读1分钟
@images: "../img";

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

\

参考资料