🐞 fix: Use registered text-24px token in services-list heading
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user