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