Navigation Menu

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 committed May 20, 2019
1 parent cd30d25 commit 131b9b9
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
Expand Up @@ -107,7 +107,6 @@
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions", "last 2 versions"
"not ie <= 8"
] ]
} }
5 changes: 5 additions & 0 deletions postcss.config.js
@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}

0 comments on commit 131b9b9

Please sign in to comment.