django/tests/regressiontests/staticfiles_tests/project/documents/cached/relative.css

5 lines
121 B
CSS

@import url("../cached/styles.css");
@import url("absolute.css");
body {
background: #d3d6d8 url(img/relative.png);
}