Skip to content

Commit

Permalink
refactor[chore]: generate postcss.config.js instead of .postcssrc.js
Browse files Browse the repository at this point in the history
consistent with vue-cli
  • Loading branch information
PanJiaChen authored and marxangels committed May 20, 2019
1 parent 8397393 commit db1b5e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .postcssrc.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"last 2 versions"
]
}
5 changes: 5 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}

0 comments on commit db1b5e9

Please sign in to comment.