fix: Import globals.css in BaseLayout

- Added @import for globals.css in BaseLayout <style is:global>
- Removed @import "tailwindcss" from globals.css (not needed with @tailwindcss/vite plugin)
- Tailwind v4 now properly processes all CSS
- Custom theme colors now working (primary green, secondary grays)
- All Tailwind utility classes now functional

CSS now fully working across all pages!
This commit is contained in:
Kunthawat
2026-03-12 16:49:10 +07:00
parent fbb1e69e0a
commit fb89ca7d2b
17 changed files with 16 additions and 108 deletions

File diff suppressed because one or more lines are too long