From 5f211f2bccc322d93466f698bc6fd71d8939efc7 Mon Sep 17 00:00:00 2001 From: DrSmoothl <1787882683@qq.com> Date: Sun, 1 Mar 2026 16:57:57 +0800 Subject: [PATCH] refactor(css): clean up Tailwind base layers and CSS variables --- dashboard/src/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dashboard/src/index.css b/dashboard/src/index.css index e0968b47..1119cf0c 100644 --- a/dashboard/src/index.css +++ b/dashboard/src/index.css @@ -191,9 +191,8 @@ --chart-4: var(--color-chart-4); --chart-5: var(--color-chart-5); } -} -@layer base { + * { @apply border-border; }