Skip to content

Commit

Permalink
🐛 add missing typography plugin config
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Sep 18, 2024
1 parent 9f28b46 commit ab8399e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import typography from "@tailwindcss/typography";
import daisyui from "daisyui";
import themes from "daisyui/src/theming/themes";

Expand All @@ -18,7 +19,7 @@ function excludeThemeColor(
}

export default {
plugins: [daisyui],
plugins: [typography, daisyui],
darkMode: ["class", '[data-theme="dark"]'],
daisyui: {
themes: [
Expand Down

0 comments on commit ab8399e

Please sign in to comment.