use apply

This commit is contained in:
2025-06-09 21:47:29 -05:00
parent e22a1985be
commit b1e57c3f17

View File

@@ -15,7 +15,7 @@
} }
body { 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; margin: 0;
padding: 0; padding: 0;
overflow-x: hidden; overflow-x: hidden;
@@ -41,7 +41,7 @@
/* Better touch targets on mobile */ /* Better touch targets on mobile */
button, button,
a { a {
@reference min-h-[44px]; @apply min-h-[44px];
} }
} }