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 --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index a1f385d..365186e 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,8 @@ "@tailwindcss/vite": "^4.1.7", "astro": "^5.8.0", "tailwindcss": "^4.1.7" + }, + "devDependencies": { + "@tailwindcss/typography": "^0.5.16" } } -- cgit v1.3.1