提交 131b9b9e 编写于 作者: P Pan

refactor[chore]: generate postcss.config.js instead of .postcssrc.js

consistent with vue-cli
上级 cd30d254
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}
......@@ -107,7 +107,6 @@
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"last 2 versions"
]
}
module.exports = {
plugins: {
autoprefixer: {}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册