summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/scss/folder-test2/url.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/scss/folder-test2/url.scss')
-rw-r--r--theme-compiler/tests/resources/scss/folder-test2/url.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme-compiler/tests/resources/scss/folder-test2/url.scss b/theme-compiler/tests/resources/scss/folder-test2/url.scss
new file mode 100644
index 0000000000..a4be967ad7
--- /dev/null
+++ b/theme-compiler/tests/resources/scss/folder-test2/url.scss
@@ -0,0 +1,6 @@
+.body{
+ background-image: url(bg.png);
+ background: transparent url(img/loading-indicator.gif);
+ background-image: url(http://abc/bg.png);
+ background-image: url(/abc/bg.png);
+} \ No newline at end of file