summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/url-path.css
blob: 1045948ac82096a919d73f8385fda00777a1bc42 (plain)
1
2
3
4
5
.bar {
    background: url(foo/lorem.png);
    background: url(foo/lorem.png);
    background: url(foo/lorem.png);
}