fix(css): exclude .planning/ from Tailwind v4 source scan — prevents [-:|] regex comment from generating invalid CSS

This commit is contained in:
Simone Cavalli
2026-05-19 23:04:34 +02:00
parent 511c7d1d43
commit 2aade028b8
+1
View File
@@ -2,6 +2,7 @@
@source not "../../.01_projects/**"; @source not "../../.01_projects/**";
@source not "../../.claude/**"; @source not "../../.claude/**";
@source not "../../scripts/**"; @source not "../../scripts/**";
@source not "../../.planning/**";
/* ========================================================= /* =========================================================
Design tokens — iamcavalli brand palette (Tailwind v4 @theme) Design tokens — iamcavalli brand palette (Tailwind v4 @theme)