Building responsive emails with Tailwind with <Html> and <Head/> separate component #1937
levelingup
started this conversation in
General
Replies: 1 comment
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.
-
I have a unique situation where I'm trying to use tailwind's responsive classes such as
md:flex
I have a a separate component that has the necessary components. and (from this pull: #502)
And then I have a separate component like:
With this method, I'm getting an error saying that I
<Html>
and<Head />
for the responsive classes to work.Beta Was this translation helpful? Give feedback.
All reactions