From 2c917edf20310dce800e54b35c8aa7ca3e82666b Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Fri, 24 Jul 2026 23:51:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Use=20registered=20text-2?= =?UTF-8?q?4px=20token=20in=20services-list=20heading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The text-25px literal is not a registered token in the project's typography scale (--text-*). Replace with the closest existing token, text-24px, to satisfy Tailwind v4 @apply resolution. Co-Authored-By: Claude --- views/blocks/services-list/services-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/blocks/services-list/services-list.css b/views/blocks/services-list/services-list.css index 64ba3fd..4d3bf4f 100644 --- a/views/blocks/services-list/services-list.css +++ b/views/blocks/services-list/services-list.css @@ -34,7 +34,7 @@ } &__heading { - @apply text-cwc-blue-01 text-25px font-bold leading-none mt-6 mb-4; + @apply text-cwc-blue-01 text-24px font-bold leading-none mt-6 mb-4; &::after { background: var(--color-secondary);