Skip to content

Commit 07c6e34

Browse files
committed
Add postcss-url to match postcss-import
1 parent 01a4b64 commit 07c6e34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/.postcssrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
"plugins": {
55
// to edit target browsers: use "browserslist" field in package.json
66
"postcss-import": {},
7+
"postcss-url": {},
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
{{/e2e}}
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)