leading- and tracking- Utilities Not Applying in Tailwind CSS v4 #18791
marwan-boudiab
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Consider providing a Tailwind Play or a git repo that reproduces the issue and we can take a look for you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am encountering an issue where leading- (line-height) and tracking- (letter-spacing) utility classes, when used via @apply in a custom component class, do not seem to apply their respective CSS properties. The text content does not reflect the intended line-height or letter-spacing. Other utility classes like text-size and font-bold from the same @apply directive are working as expected.
Beta Was this translation helpful? Give feedback.
All reactions