Skip to content

Commit

Permalink
fix(): Require doesn't bundle deps?
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 20, 2023
1 parent c2adc5c commit 298d2f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tailwindTheme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// import typography from "@tailwindcss/typography";
import type { Config } from "tailwindcss";
// import animate from "tailwindcss-animate";

export const tailwindTheme = {
darkMode: ["class", ".theme-mode-dark"],
theme: {
Expand Down Expand Up @@ -73,5 +72,5 @@ export const tailwindTheme = {
},
},
},
// plugins: [animate, typography],
plugins: [require("tailwindcss-animate"), require("@tailwindcss/typography")],
} satisfies Partial<Config>;

0 comments on commit 298d2f3

Please sign in to comment.