foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
673 stars 107 forks source link

Add CSS classes to container table cell output #101

Open jhned opened 6 years ago

jhned commented 6 years ago

The CRM I'm using converts the CSS child selector > to > in style blocks, which makes styling a container's table-cell difficult.

I'd recommend updating componentFactory to include a CSS class on the table-cell, so that we can style it for mobile devices in the style block without the dependency of using the child selector.