Blame view

node_modules/less/test/less-bom/rootpath-rewrite-urls-local/rootpath-rewrite-urls-local.less 385 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
  @import "./folder/file.less";
  
  #rootpath-rewrite-urls-local {
    background-image: url("./relative/path");
    background-image: url("../relative/path");
    background-image: url("./relative/../path");
    background-image: url("./relative/../path/..");
    background-image: url("module");
    background-image: url("module/path");
    background-image: url("module/path/../relative/path");
  }