Use Tailwind to design HTML emails ↦
Anybody who’s had to design/implement HTML emails knows how utterly painful it is. With Mailwind you get to do it the same way you’d build a site with Tailwind and then run:
mailwind --input-html email.html --output-css style.css
# or for inline styles
mailwind --input-html email.html --output-html email-inlined.html
And you’re off to the outbox! 📤
Discussion
Sign in or Join to comment or subscribe