-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0 Adds line-heights to font-size utilities by default which overtakes .leading-tight in specify #2808
Comments
Can you share your HTML as well? It looks like maybe you are doing this: <h1 class="lg:text-5xl">Hello</h1> If so, then what you are seeing is by design, adding |
I experienced the same issue. I would expect that |
If providing the viewport provides greater specificity and that is by design then I'm ok with that. |
Future viewers who land here... you can now remove the line-height see: #6504 (comment) |
introduced by 7d10259
When doing
The outcome is
Overtakes
in specify
IE:
Also Just noticing the other odd-looking
line-height: 1;
on h1.The text was updated successfully, but these errors were encountered: