seanpowell / Email-Boilerplate

The email boilerplate for sending out nicely formatted messages.
htmlemailboilerplate.com
3.81k stars 676 forks source link

css reset should not be inlined #26

Closed lkrids closed 6 years ago

lkrids commented 11 years ago

The css reset is styling or resetting elements that are added by email clients. These css rules shouldn't be inlined.

lkrids commented 10 years ago

@jjb I think the #outlook and .ExternalClass are added by Outlook and Hotmail respectively when those clients render the e-mail. Unless I'm missing something the #outlook and .ExternalClass don't exist when you go to inline css, before you send the e-mail.

jjb commented 10 years ago

@lkrids ahhh, gotcha. have a reference handy?

lkrids commented 10 years ago

@jjb I'm just going off of the comments in the code. There are no elements in the boilerplate with #outlook or .ExternalClass.

smeric commented 8 years ago

hi,

this pr is a bit old and i'm not sure it's still valuable... but you may find some references here : http://templates.mailchimp.com/development/css/client-specific-styles/

thanks for your work.