Skip to content

Commit

Permalink
🔧 Update default PostCSS config
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Aug 31, 2019
1 parent 462d797 commit 3de8693
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/@gluons/vue-pack/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
module.exports = {
plugins: [
require('autoprefixer')({
browsers: [
'extends browserslist-config-vue'
]
overrideBrowserslist: ['extends browserslist-config-vue']
})
]
};

0 comments on commit 3de8693

Please sign in to comment.