summaryrefslogtreecommitdiff
path: root/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css
blob: afa658dbebd2ac8383ed878ca7f7e99a64b05089 (plain)
1
2
3
4
5
@import url("../cached/styles.css");
@import url("absolute.css");
body {
    background: #d3d6d8 url(img/relative.png);
}