Skip to content

Commit 340d23d

Browse files
greenkeeper[bot]peril-parse-community[bot]
authored andcommitted
Update css-loader to the latest version 🚀 (#1009)
* chore(package): update css-loader to version 2.1.1 * chore(package): update lockfile package-lock.json * change url links
1 parent e1025ec commit 340d23d

File tree

4 files changed

+90
-101
lines changed

4 files changed

+90
-101
lines changed

‎package-lock.json

Lines changed: 84 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"babel-loader": "8.0.0",
7171
"babel-plugin-transform-object-rest-spread": "6.26.0",
7272
"core-js": "2.6.5",
73-
"css-loader": "1.0.0",
73+
"css-loader": "2.1.1",
7474
"eslint": "5.16.0",
7575
"eslint-plugin-jest": "22.5.1",
7676
"eslint-plugin-react": "7.13.0",

‎src/components/FourOhFour/FourOhFour.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
position: relative;
3232
display: inline-block;
3333
top: 40px;
34-
background-image: url(components/FourOhFour/sprite.png);
34+
background-image: url(sprite.png);
3535
width: 200px;
3636
height: 230px;
3737
background-size: 6000px;

‎src/components/PushPreview/PushPreview.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595

9696
.ios {
97-
background-image: url(components/PushPreview/iphone.jpg);
97+
background-image: url(iphone.jpg);
9898
background-size: 325px auto;
9999
font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
100100
color: white;
@@ -160,7 +160,7 @@
160160
}
161161

162162
.android {
163-
background-image: url(components/PushPreview/android.jpg);
163+
background-image: url(android.jpg);
164164
background-size: 325px auto;
165165
font-family: 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
166166

@@ -230,7 +230,7 @@
230230
}
231231

232232
.osx {
233-
background-image: url(components/PushPreview/laptop.jpg);
233+
background-image: url(laptop.jpg);
234234
background-size: 325px auto;
235235
font-family: '.SFNSDisplay-Regular', 'Helvetica Neue', 'Lucida Grande', sans-serif;
236236
color: #555252;
@@ -273,7 +273,7 @@
273273
}
274274

275275
.windows {
276-
background-image: url(components/PushPreview/windowsphone.jpg);
276+
background-image: url(windowsphone.jpg);
277277
background-size: 325px auto;
278278
font-family: 'Arial', sans-serif;
279279
color: white;

0 commit comments

Comments
 (0)