You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Tailwind CSS are you using?
3.0.24
What build tool (or framework if it abstracts the build tool) are you using?
NextJS 12.06, Parcel 2.4.1
What version of Node.js are you using?
v18
What browser are you using?
Chrome, Firefox
What operating system are you using?
Arch linux
Reproduction URL
Providing screenshots for now, will repro asap.
Describe your issue
Given the following code:
The following CSS rules get applied:
Making the line-height property set by leading-none overridden by the default line-height values defined for text-{size} classnames at specific breakpoints.
The text was updated successfully, but these errors were encountered:
What version of Tailwind CSS are you using?
3.0.24
What build tool (or framework if it abstracts the build tool) are you using?
NextJS 12.06, Parcel 2.4.1
What version of Node.js are you using?
v18
What browser are you using?
Chrome, Firefox
What operating system are you using?
Arch linux
Reproduction URL
Providing screenshots for now, will repro asap.
Describe your issue
Given the following code:
The following CSS rules get applied:
Making the
line-height
property set byleading-none
overridden by the defaultline-height
values defined fortext-{size}
classnames at specific breakpoints.The text was updated successfully, but these errors were encountered: