aboutsummaryrefslogtreecommitdiffhomepage
path: root/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-08 00:18:03 +0900
committernsfisis <nsfisis@gmail.com>2025-12-08 00:18:03 +0900
commit65c0adfd769b9ef11b897c96a3634c61120055b8 (patch)
tree74668feef8f134c1b132beaab125e42fa9d77b2e /biome.json
parent7cf55a3b7e37971ea0835118a26f032d895ff71f (diff)
downloadkioku-65c0adfd769b9ef11b897c96a3634c61120055b8.tar.gz
kioku-65c0adfd769b9ef11b897c96a3634c61120055b8.tar.zst
kioku-65c0adfd769b9ef11b897c96a3634c61120055b8.zip
feat(client): redesign frontend with TailwindCSS v4
Replace inline styles with TailwindCSS, implementing a cohesive Japanese-inspired design system with custom colors (cream, teal primary), typography (Fraunces, DM Sans), and animations. Update all pages and components with consistent styling, improve accessibility by adding aria-hidden to decorative SVGs, and configure Biome for Tailwind CSS syntax support. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/biome.json b/biome.json
index 67a7dbc..c9b490f 100644
--- a/biome.json
+++ b/biome.json
@@ -24,6 +24,15 @@
"quoteStyle": "double"
}
},
+ "css": {
+ "parser": {
+ "cssModules": true,
+ "tailwindDirectives": true
+ },
+ "linter": {
+ "enabled": true
+ }
+ },
"assist": {
"enabled": true,
"actions": {