Skip to content

Commit

Permalink
fix: tailwind template to be esm instead of cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Nov 30, 2024
1 parent 14f9cd5 commit e17cb92
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/core/templates/tailwind/files/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
export const plugins = {
tailwindcss: {},
autoprefixer: {},
};

0 comments on commit e17cb92

Please sign in to comment.