From 48b7a6c8fdc2127f6cea8333e3a4e22d3f2c2556 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 May 2025 14:50:13 +0200 Subject: Add tailwind typography --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/styles/global.css b/src/styles/global.css index a461c50..ab19ef9 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1 +1,2 @@ -@import "tailwindcss"; \ No newline at end of file +@import "tailwindcss"; +@plugin "@tailwindcss/typography"; \ No newline at end of file -- cgit v1.3.1