fix(css): exclude .planning/ from Tailwind v4 source scan — prevents [-:|] regex comment from generating invalid CSS
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user