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