aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/nested-import.css
blob: 7c6793f9ed70bf955786e0f7c6ee1b5135895d80 (plain)
1
2
3
4
5
.foo .bar {
    background: url(foo/lorem.png);
    background: url(foo/lorem.png);
    background: url(foo/lorem.png);
}