Skip to content

Commit

Permalink
dont include tw in postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
cansirin committed Dec 24, 2023
1 parent 284569c commit 04873a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tailwind/postcss.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: {
tailwindcss: { config: `${__dirname}/tailwind.config.ts` },
tailwindcss: {},
autoprefixer: {},
},
};

0 comments on commit 04873a8

Please sign in to comment.