Closed

Description
introduced by 7d10259
When doing
h1 {
@apply leading-tight text-5xl;
}
The outcome is
@media (min-width: 1024px)
.lg\:text-5xl {
font-size: 3rem;
line-height: 1;
}
Overtakes
h1 {
font-size: 3rem;
line-height: 1;
line-height: 1.25;
}
Also Just noticing the other odd-looking line-height: 1;
on h1.
Metadata
Metadata
Assignees
Labels
No labels