diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/test0/styles/website.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/test0/styles/website.css b/test/fixtures/test0/styles/website.css new file mode 100644 index 0000000..f0d5b13 --- /dev/null +++ b/test/fixtures/test0/styles/website.css @@ -0,0 +1,3 @@ +body { + background: red; +} |