typography plugin vs mdx components #4064
-
i'm using # Heading
Some text
<Admonition title="Note">
Markdown **inside** jsx! I want to opt out of styling the markup of this component with `prose`.
</Admonition> i realize this is just how the cascade works, but i'm curious how others have dealt with this? thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey! If you're using the new https://tailwindcss.com/docs/just-in-time-mode#built-in-important-modifier That gives you a way to undo/override values applied by the |
Beta Was this translation helpful? Give feedback.
Hey!
If you're using the new
jit
mode, one t thing you could do is use the built inimportant
modifier:https://tailwindcss.com/docs/just-in-time-mode#built-in-important-modifier
That gives you a way to undo/override values applied by the
prose
plugin.