refactor(Title): remove Tailwind CSS @apply directive from title styling

This commit is contained in:
Mr. M 2025-05-15 14:54:10 +02:00
parent 6b3a4de722
commit 3d4484a1c3
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -13,7 +13,5 @@ const { class: className } = Astro.props
font-weight: 600;
font-style: normal;
font-feature-settings: 'swsh' 1;
@apply text-5xl xl:text-6xl;
}
</style>