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 01a4b64 commit 07c6e34Copy full SHA for 07c6e34
template/.postcssrc.js
@@ -4,6 +4,7 @@ module.exports = {
4
"plugins": {
5
// to edit target browsers: use "browserslist" field in package.json
6
"postcss-import": {},
7
+ "postcss-url": {},
8
"autoprefixer": {}
9
}
10
template/package.json
@@ -102,6 +102,7 @@
102
{{/e2e}}
103
"postcss-import": "^11.0.0",
104
"postcss-loader": "^2.0.8",
105
+ "postcss-url": "^7.2.1",
106
"semver": "^5.3.0",
107
"shelljs": "^0.7.6",
108
"optimize-css-assets-webpack-plugin": "^3.2.0",
0 commit comments