Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question on css inline #21

Open
seansan opened this issue Nov 5, 2013 · 5 comments
Open

Question on css inline #21

seansan opened this issue Nov 5, 2013 · 5 comments

Comments

@seansan
Copy link

seansan commented Nov 5, 2013

I was reading this: so what do I need to do? check or uncheck for AUtomatic CSS ininer if I want it to remain responsive?

Many thanks

Responsive Templates & CSS Inlining

When inlining the CSS in the responsive templates, be sure not to include the styles within the media query; they should remain in the of the email. MailChimp inlines the CSS correctly, but many services may not.

@iparr
Copy link

iparr commented Nov 5, 2013

they should remain in the
of the email.

It seems like there is a word missing here! "head" maybe? It's a shame, because it's a very interesting question.

@Silverthan
Copy link

He wrote "body" with < > :)

On 5 November 2013 15:52, Ian notifications@github.com wrote:

they should remain in the
of the email.

It seems like there is a word missing here! It's a shame, because it's a
very interesting question.


Reply to this email directly or view it on GitHubhttps://github.com//issues/21#issuecomment-27778208
.

@fcarneiro
Copy link
Contributor

@seansan @iparr It should be "head", yes. Markdown wasn't parsing the &gt and &lt correctly, so I've removed them. Reads the way it should now. Thanks for the heads-up, guys.

@iparr
Copy link

iparr commented Nov 5, 2013

I believe MailChimp is claiming that it will not strip the media queries out of the head, whilst still inlining the rest of the CSS for you. If so then this is impressive but I'm not sure if this is a 100% catch-all for all RWD-supporting email clients.

@fcarneiro
Copy link
Contributor

@iparr The automatic CSS inliner (and our external one at http://beaker.mailchimp.com/inline-css) does indeed inline everything but the media query styles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants