Replies: 2 comments 1 reply
-
Consider providing git repo that reproduces the unexpected behavior. You could also consider updating Tailwind to see if that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That’s exactly what I’m doing: I have a wrapper doc with .prose, but
headings and other typography inside of it is not styled.
*Dilip Ramírez*
Data Architect @ Falabella Corp Tech
LinkedIn <https://linkedin.com/in/dilipramirez>
+56 9 90724198
…On Sat, 8 Mar 2025 at 16:48 Justin Wong ***@***.***> wrote:
The typography plugin doesn't introduce typography styling globally. You'd
need to wrap the elements that you'd want styled using the prose class
name:
<h2>Unstyled</h2>
<div class="prose">
<h2>I would be styled</h2></div>
—
Reply to this email directly, view it on GitHub
<#17073 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACU3HEZLC57NIMWT7IXDG32TNCQXAVCNFSM6AAAAABYTLS3A6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENBTGY2TGMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
on
devDependencies
:on
globals.css
Result:
.prose
div with headings or other typography have absolutely no styles whatsoever. It doesn't even compile any plugin-related styles (I'm not sure if that's normal, but still).Beta Was this translation helpful? Give feedback.
All reactions