refactor(css): clean up Tailwind base layers and CSS variables

This commit is contained in:
DrSmoothl
2026-03-01 16:57:57 +08:00
parent 3680009122
commit 5f211f2bcc

View File

@@ -191,9 +191,8 @@
--chart-4: var(--color-chart-4);
--chart-5: var(--color-chart-5);
}
}
@layer base {
* {
@apply border-border;
}