Skip to content

Commit

Permalink
update postcss.config.js to type module
Browse files Browse the repository at this point in the history
  • Loading branch information
fordiquez committed Aug 22, 2023
1 parent aa7cb62 commit ac430c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
}

0 comments on commit ac430c7

Please sign in to comment.