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
When an element has the not-prose class, only child elements gets ignored. But it would be useful to have also the element itself ignored. For example for link components who get inserted inside a prose element
What version of @tailwindcss/typography are you using?
v0.5.9
What version of Node.js are you using?
browser
What browser are you using?
Occurs on all
What operating system are you using?
macOS
Reproduction repository
https://play.tailwindcss.com/Y1RYnKWHcJ
Describe your issue
When an element has the
not-prose
class, only child elements gets ignored. But it would be useful to have also the element itself ignored. For example for link components who get inserted inside a prose elementExample:
https://play.tailwindcss.com/Y1RYnKWHcJ
The generated CSS by the CDN is:
but should be
Like that, the element itself would also be ignored.
The text was updated successfully, but these errors were encountered: