ce4c83ff
wxy
初始提交
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#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");
}
|