From 9d15eb95a804444ea0502a8e8ca7393ede54e5b5 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Tue, 16 Sep 2025 13:25:29 +0100 Subject: [PATCH] fix --- src/lib/style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/lib/style.css b/src/lib/style.css index 07a7f6d..a461c50 100644 --- a/src/lib/style.css +++ b/src/lib/style.css @@ -1,7 +1 @@ -@import "tailwindcss"; - -@layer components { - .button { - @apply px-4 py-2 rounded-md bg-red-500 text-white; - } -} \ No newline at end of file +@import "tailwindcss"; \ No newline at end of file