Skip to content

Commit a8ba91f

Browse files
SirM2zLinusBorg
authored andcommitted
Add postcss-url to match postcss-import (#1115)
1 parent c48c910 commit a8ba91f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

template/.postcssrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
module.exports = {
44
"plugins": {
5-
// to edit target browsers: use "browserslist" field in package.json
65
"postcss-import": {},
6+
"postcss-url": {},
7+
// to edit target browsers: use "browserslist" field in package.json
78
"autoprefixer": {}
89
}
910
}

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"node-notifier": "^5.1.2",
103103
"postcss-import": "^11.0.0",
104104
"postcss-loader": "^2.0.8",
105+
"postcss-url": "^7.2.1",
105106
"semver": "^5.3.0",
106107
"shelljs": "^0.7.6",
107108
"optimize-css-assets-webpack-plugin": "^3.2.0",

0 commit comments

Comments
 (0)