Skip to content

Commit

Permalink
fix tailwind import
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Dec 27, 2024
1 parent 7821da7 commit b57ca5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import formsPlugin from "@tailwindcss/forms";

const config = {
content: ["./src/**/*.tsx"],
plugins: [require("@tailwindcss/forms")],
plugins: [formsPlugin],
};

export default config;

0 comments on commit b57ca5e

Please sign in to comment.