Skip to content

Commit

Permalink
build: re-add autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjozork committed Apr 14, 2024
1 parent 7430d55 commit e14aee1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
// TODO get this working (vite)
// autoprefixer: {},
autoprefixer: {},
},
};

0 comments on commit e14aee1

Please sign in to comment.