UNPKG

@mailpace/templates

Version:

<div align="center"> <p><a href="https://mailpace.com" target="_blank"><img src="https://docs.mailpace.com/img/logo.png" width="200" alt="MailPace"></a></p> <p>A set of gorgeous Transactional HTML Email Templates built on TailwindCSS</p> <div>

18 lines (15 loc) 328 B
/* * Here is where you can add your global email CSS resets. * * We use a custom, email-specific CSS reset, instead * of Tailwind's web-optimized base. */ body { @apply m-0 p-0 w-full; word-break: break-word; -webkit-font-smoothing: antialiased; } img { @apply max-w-full leading-full align-middle; border: 0; }