summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/loop/baz.css
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/project/loop/baz.css')
-rw-r--r--tests/staticfiles_tests/project/loop/baz.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/loop/baz.css b/tests/staticfiles_tests/project/loop/baz.css
new file mode 100644
index 0000000000..4021a1b1e6
--- /dev/null
+++ b/tests/staticfiles_tests/project/loop/baz.css
@@ -0,0 +1,3 @@
+body {
+ background-color: #fafafa;
+}