Skip to content

Commit

Permalink
chore: update the postcss config file to be cjs module
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-krakowski committed Nov 30, 2024
1 parent c6c590b commit 894ffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/templates/tailwind/files/postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const plugins = {
module.exports = {
tailwindcss: {},
autoprefixer: {},
};

0 comments on commit 894ffe4

Please sign in to comment.