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

This commit is contained in:
Pan
2019-05-24 16:58:40 +08:00
parent 79eeed7d59
commit 1e2cf43a4f

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
'plugins': {
// to edit target browsers: use "browserslist" field in package.json
'autoprefixer': {}
}
}