From b1e959412f19b95bdff5a3fb0b2cfea731dbbd58 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 31 Mar 2026 22:02:46 +0200 Subject: [PATCH] feat(frontend): add xs breakpoint (375px) to Tailwind @theme Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/layout.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/routes/layout.css b/frontend/src/routes/layout.css index 15e7d081..4f7bfe0e 100644 --- a/frontend/src/routes/layout.css +++ b/frontend/src/routes/layout.css @@ -5,6 +5,9 @@ /* ─── 2. Raw palette — never used directly in components ──────────────────── */ @theme { + /* Breakpoints */ + --breakpoint-xs: 375px; + /* Brand palette constants */ --palette-navy: #012851; --palette-mint: #a1dcd8;