feat: replace Tailwind with UnoCSS

Faster dev HMR, native Astro 6 support, same utility class names.
Tokens migrated to uno.config.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
TerryM
2026-05-12 16:26:01 +08:00
parent 264f66bea5
commit c06d6bc3c3
6 changed files with 1873 additions and 997 deletions

View File

@@ -13,7 +13,7 @@
"astro": "^6.3.1"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"tailwindcss": "^3.4.19"
"@unocss/astro": "^66.6.8",
"unocss": "^66.6.8"
}
}