Skip to content

Commit

Permalink
fix(): Test drop plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 20, 2023
1 parent 10f59b7 commit c2adc5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tailwindTheme.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import typography from "@tailwindcss/typography";
// import typography from "@tailwindcss/typography";
import type { Config } from "tailwindcss";
import animate from "tailwindcss-animate";
// import animate from "tailwindcss-animate";
export const tailwindTheme = {
darkMode: ["class", ".theme-mode-dark"],
theme: {
Expand Down Expand Up @@ -73,5 +73,5 @@ export const tailwindTheme = {
},
},
},
plugins: [animate, typography],
// plugins: [animate, typography],
} satisfies Partial<Config>;

0 comments on commit c2adc5c

Please sign in to comment.