You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cerberus is supposed to be simple and should not require a dependency like a CSS inliner.
The placement of Cerberus’s CSS is already optimized. The CSS in the <head> is meant only for email clients that parse CSS in this location. It doesn’t need to be inlined.
There are some CSS selectors like :hover that don’t inline so well and cause errors in some CSS inliners.
Inlining leads to code bloat. Not only does this impact download speeds, but some email clients like Gmail and iOS Outlook truncate messages after they exceed a certain file size.
@paskainos hmm yep, I guess we'd have to do without <head> for those templates.
I wonder how "responsive" they'd be in that case. Regardless, it'll still be good to have a few more templates available.
@danmindru Agreed! We (and our clients) have benefited a great deal from your pioneering work. Please let me know if we can help with more templates. FWIW: Awhile back, we goofed around with mailchimp/email-blueprints. The integration was seamless, but using them proved (for us) clunky and prohibitive.
https://tedgoas.github.io/Cerberus/
The text was updated successfully, but these errors were encountered: