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
There does appear to be a difference between using <p> tags with the lead class and <div> tags because of the margin even though it's quite small. Will discuss this and see what we can figure out. Thanks!
What version of @tailwindcss/typography are you using?
0.5.2
What version of Node.js are you using?
12.13.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction repository
https://github.com/tailwindlabs/tailwindcss-typography/blob/master/src/styles.js#L1240
Describe your issue
The missing
p: {},
from the DEFAULT settings is causing the paragraph margin to override the '.lead' class.The text was updated successfully, but these errors were encountered: