antd-theme-generator
Version:
This a script to generate color specific styles less file and which you can use to change theme dynamically in browser
18 lines (17 loc) • 979 B
CSS
#imported-file {
background-image: url("http://example.com/assets/css/folder/relative/path");
background-image: url("http://example.com/assets/css/relative/path");
background-image: url("http://example.com/assets/relative/path");
background-image: url("http://example.com/assets/css/folder/module");
background-image: url("http://example.com/assets/css/folder/module/path");
background-image: url("http://example.com/assets/css/folder/module/relative/path");
}
#rootpath-rewrite-urls-all {
background-image: url("http://example.com/assets/css/relative/path");
background-image: url("http://example.com/assets/relative/path");
background-image: url("http://example.com/assets/css/path");
background-image: url("http://example.com/assets/css");
background-image: url("http://example.com/assets/css/module");
background-image: url("http://example.com/assets/css/module/path");
background-image: url("http://example.com/assets/css/module/relative/path");
}