Related to #13
There are some rules we use as fixes for crappy web email clients. For example:
.ExternalClass * {
line-height: 100%;
}
Targets the email when it's displayed within Hotmail/Outlook.com (see http://templates.mailchimp.com/development/css/client-specific-styles/ )
It would be useful to have a way to mark some CSS rules to be ignored by pynliner. For now I can mark that block myself - remove it pre-pynliner and then add it back in afterwards.
But seems like a general solution to this would be a good feature.
Related to #13
There are some rules we use as fixes for crappy web email clients. For example:
Targets the email when it's displayed within Hotmail/Outlook.com (see http://templates.mailchimp.com/development/css/client-specific-styles/ )
It would be useful to have a way to mark some CSS rules to be ignored by pynliner. For now I can mark that block myself - remove it pre-pynliner and then add it back in afterwards.
But seems like a general solution to this would be a good feature.