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 8db075f commit 8a0ce26Copy full SHA for 8a0ce26
test/fixtures/webpackIgnore.css
@@ -17,6 +17,11 @@
17
background: /** webpackIgnore: true */ url("./url/img.png"), url("./url/img.png");
18
}
19
20
+.class {
21
+ color: red;
22
+ background:/** webpackIgnore: true */url("./url/img.png"), url("./url/img.png");
23
+}
24
+
25
.class {
26
color: red;
27
background: url("./url/img.png"), /** webpackIgnore: true */ url("./url/img.png");
@@ -229,7 +234,9 @@
229
234
image-set(
230
235
url(./url/img.png) 2x /*webpackIgnore: true*/,
231
236
url(./url/img.png) /*webpackIgnore: true*/ 3x,
232
- url(./url/img.png) 4x
237
+ /*webpackIgnore: true*/url(./url/img.png) 4x,
238
+ /*webpackIgnore: true*/ url(./url/img.png) 5x,
239
+ url(./url/img.png) 6x
233
240
),
241
/*webpackIgnore: false*/
242
url('./url/img.png'),
0 commit comments