mailgun / transactional-email-templates

Responsive transactional HTML email templates
http://blog.mailgun.com/transactional-html-email-templates/
MIT License
6.9k stars 1.15k forks source link

Why do the break tags have inline styling in the inline/billing template? #28

Open CodeBradley opened 6 years ago

CodeBradley commented 6 years ago

More curiosity than an issue, but why do the br's use inline styling here?

https://github.com/mailgun/transactional-email-templates/blob/4b926d8879df3174ab0e47ef4af8bc0dab670b27/templates/inlined/billing.html#L73

leemunroe commented 6 years ago

@CodeBradley It's using an automated inlining tool which applied a few global * styles to all elements IIRC. These aren't required.