refactor: update global styles and remove unused color definitions

- Added a configuration reference to Tailwind in globals.css.
- Removed the colors.css file and the previous globals.css file to clean up unused styles.
This commit is contained in:
Yumin Gui
2025-07-17 23:37:29 -07:00
parent 29c6019462
commit 20c9bb6947
3 changed files with 1 additions and 668 deletions

View File

@@ -1,3 +1,4 @@
@config "../../tailwind.config.ts";
@tailwind base;
@tailwind components;
@tailwind utilities;