From b1e57c3f1770c64f9ef35042c14be8a4adadab2d Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 21:47:29 -0500 Subject: [PATCH] use apply --- src/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index 5c18544..39fb370 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -15,7 +15,7 @@ } body { - @reference min-h-screen bg-white text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100; + @apply min-h-screen bg-white text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100; margin: 0; padding: 0; overflow-x: hidden; @@ -41,7 +41,7 @@ /* Better touch targets on mobile */ button, a { - @reference min-h-[44px]; + @apply min-h-[44px]; } }