From c94e612f4fde65650fc2174be5a0411e8ab31452 Mon Sep 17 00:00:00 2001 From: kennethcheng Date: Mon, 27 Apr 2026 13:39:18 +0800 Subject: [PATCH] fix: resolve invisible text and v4 typography plugin --- src/layouts/BaseLayout.astro | 2 +- src/styles/global.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index d9a7b29..a07c64b 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -8,7 +8,7 @@ const { title } = Astro.props; {title} - + diff --git a/src/styles/global.css b/src/styles/global.css index f1d8c73..3571db7 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1 +1,2 @@ @import "tailwindcss"; +@plugin "@tailwindcss/typography";