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