From 2aade028b8d707f998c864a8d6d0d35e4221b3c4 Mon Sep 17 00:00:00 2001 From: Simone Cavalli Date: Tue, 19 May 2026 23:04:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(css):=20exclude=20.planning/=20from=20Tailw?= =?UTF-8?q?ind=20v4=20source=20scan=20=E2=80=94=20prevents=20[-:|]=20regex?= =?UTF-8?q?=20comment=20from=20generating=20invalid=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/globals.css b/src/app/globals.css index e54c3b3..706ff48 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,6 +2,7 @@ @source not "../../.01_projects/**"; @source not "../../.claude/**"; @source not "../../scripts/**"; +@source not "../../.planning/**"; /* ========================================================= Design tokens — iamcavalli brand palette (Tailwind v4 @theme)