Skip to content

Commit

Permalink
remove the browser last 5 config
Browse files Browse the repository at this point in the history
  • Loading branch information
r-mikegester committed Dec 26, 2022
1 parent b7ad369 commit d7ac89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: { browsers: 'last 5 version' },
autoprefixer: {},
},
}

0 comments on commit d7ac89a

Please sign in to comment.