NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/less/test/css/rewrite-urls-all/rewrite-urls-all.css
2023-09-14 14:47:11 +08:00

18 lines
605 B
Java

#imported-file {
background-image: url("./folder/relative/path");
background-image: url("./relative/path");
background-image: url("../relative/path");
background-image: url("folder/module");
background-image: url("folder/module/path");
background-image: url("folder/module/relative/path");
}
#rewrite-urls-all {
background-image: url("./relative/path");
background-image: url("../relative/path");
background-image: url("./path");
background-image: url("./");
background-image: url("module");
background-image: url("module/path");
background-image: url("module/relative/path");
}