We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried both of the following:
# in style.css .container { background-color: #fffaee; padding: 48px 0px; } # in template.mjml <mjml> <mj-head> <mj-include path="style.css" type="css" /> </mj-head> <mj-body> ... </mj-body> </mjml>
# in style.mjml <mj-style> .container { background-color: #fffaee; padding: 48px 0px; } </mj-style> # in template.mjml <mjml> <mj-head> <mj-include path="style.mjml" /> </mj-head> <mj-body> ... </mj-body> </mjml>
Neither of which ends up in the output HTML. I see this isn't expected to work with inline but wanted to know if this should work.
The text was updated successfully, but these errors were encountered:
Fixed in latest release 😉
Sorry, something went wrong.
Thanks for the quick turnaround @jdrouet !
No branches or pull requests
I have tried both of the following:
Neither of which ends up in the output HTML. I see this isn't expected to work with inline but wanted to know if this should work.
The text was updated successfully, but these errors were encountered: