Skip to content

Commit 2237d12

Browse files
committed
Add @tailwindcss/typography plugin to Tailwind configuration
1 parent d73b8d4 commit 2237d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/tailwind.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { Config } from "tailwindcss";
22
import animate from "tailwindcss-animate";
33
import { setupInspiraUI } from "@inspira-ui/plugins";
4+
import typography from "@tailwindcss/typography";
45

56
export default {
67
safelist: ["dark"],
@@ -56,5 +57,5 @@ export default {
5657
},
5758
},
5859

59-
plugins: [animate, setupInspiraUI, require('@tailwindcss/typography')],
60+
plugins: [animate, setupInspiraUI, typography],
6061
} satisfies Config;

0 commit comments

Comments
 (0)