From 8fae7c6b484db12dc9ffbc9f17d251650936bf58 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:08:01 -0700 Subject: [PATCH 1/3] Remove extra newline in main.css --- src/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.css b/src/main.css index f055277..ce173b6 100644 --- a/src/main.css +++ b/src/main.css @@ -19,7 +19,6 @@ color utility to any element that depends on these defaults. */ @layer base { - *, ::after, ::before, @@ -184,4 +183,4 @@ body { @apply bg-background text-foreground; } -} \ No newline at end of file +} From c7eb1348a36dd29182f056d3ac922590ff079547 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:09:24 -0700 Subject: [PATCH 2/3] Fix whitespace diff From 6652b258c8f3588c12e771ff2b8c7fe65b409ba7 Mon Sep 17 00:00:00 2001 From: JP Ungaretti <19893438+jungaretti@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:14:32 -0700 Subject: [PATCH 3/3] Fix end of file diff --- src/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.css b/src/main.css index ce173b6..dfaac6e 100644 --- a/src/main.css +++ b/src/main.css @@ -183,4 +183,4 @@ body { @apply bg-background text-foreground; } -} +} \ No newline at end of file