Skip to content

Commit

Permalink
refactor(postcss-config): convert to ES Modules format
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-sen committed Nov 15, 2023
1 parent e13423f commit 252f0b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
const postcssConfig = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
};

export default postcssConfig;

0 comments on commit 252f0b6

Please sign in to comment.