Skip to content

Commit

Permalink
fix: postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Aug 6, 2024
1 parent 29838db commit 66029ad
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,5 +1,7 @@
// eslint-disable-next-line no-undef
module.exports = {
tailwindcss: {},
autoprefixer: {}
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}

0 comments on commit 66029ad

Please sign in to comment.