rewrite-urls-all.less 374 Bytes
@import "./folder/file.less";

#rewrite-urls-all {
  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");
}