Replies: 1 comment
-
I've found this solution to add to tailwind styles and support @layer utilities {
.prose :where(embed):not(:where([class~="not-prose"] *)) {
@apply max-w-[100%]
}
} It could be better to have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, tailwind/typography doesn't support prose-embed, but it can be required,
if there isn't a way to add custom new selectors, can we have
prose-embed:
identifier defined as well?Beta Was this translation helpful? Give feedback.
All reactions