1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/staticfiles_tests/project/documents/cached/relative.css

7 lines
156 B
CSS

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