feat: implement layout 3-tier container architecture, desktop screen token, Gate 8 no-escape rule, and clean dead code

This commit is contained in:
2026-07-30 20:49:40 +09:00
parent 51aae14133
commit 66fae1ebec
13 changed files with 137 additions and 101 deletions
+3
View File
@@ -28,6 +28,9 @@ const config: Config = {
],
theme: {
extend: {
screens: {
desktop: "1240px",
},
colors: {
ink: {
DEFAULT: "rgb(var(--ink-rgb) / <alpha-value>)",