Skip to content

Commit

Permalink
fix: Allow common js for postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Aug 6, 2024
1 parent e1df6b2 commit 6969901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const plugins = {
// eslint-disable-next-line no-undef
module.exports = {
tailwindcss: {},
autoprefixer: {}
}

0 comments on commit 6969901

Please sign in to comment.