Skip to content
Prev Previous commit
Next Next commit
test: added
  • Loading branch information
alexander-akait committed Feb 20, 2021
commit 0cb4759a8324c4466d09ea874b15cb4dcb28fcaa
13 changes: 13 additions & 0 deletions test/fixtures/webpackIgnore.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,16 @@
'./url/img.png' 5x
);
}

.class {
/*webpackIgnore: true*/
background-image: image-set(
/*webpackIgnore: false*/
url(./url/img.png) 2x,
/*webpackIgnore: true*/
url(./url/img.png) 3x,
/*webpackIgnore: false*/
url(./url/img.png) 4x,
url(./url/img.png) 5x
);
}