We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c1892 commit 0574b53Copy full SHA for 0574b53
test/fixtures/expected/test-remote.css
@@ -1,3 +1,7 @@
1
body {
2
background: url(http://127.0.0.1:10010/images/test.png?v=e19ac7dee6);
3
-}
+}
4
+
5
+body {
6
+ background: url(//127.0.0.1:10010/images/test.png?v=e19ac7dee6);
7
test/fixtures/test-remote.css
background: url(http://127.0.0.1:10010/images/test.png);
+ background: url(//127.0.0.1:10010/images/test.png);
0 commit comments