revert: "[Build] merge postcss config to package.json"

This commit is contained in:
陈嘉涵
2019-07-02 11:28:12 +08:00
parent a7a0b3aaaa
commit 3065d0238b
2 changed files with 5 additions and 5 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
};