file.less 291 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8
#imported-file {
  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");
}