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
mj-include
mj-attributes
The following examples, in MJML produce the same result:
main.mjml:
main.mjml
<mj-head> <mj-attributes> <mj-include path="./test.mjml" /> </mj-attributes> </mj-head>
test.mjml:
test.mjml
<mj-button background-color="red" />
and
<mj-head> <mj-include path="./test.mjml" /> </mj-head>
<mj-attributes> <mj-button background-color="red" /> </mj-attributes>
However, in MRML, only the second scenario works, if the mj-include is placed inside mj-attributes the output does not have the included "styles"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following examples, in MJML produce the same result:
main.mjml
:test.mjml
:and
main.mjml
:test.mjml
:However, in MRML, only the second scenario works, if the
mj-include
is placed insidemj-attributes
the output does not have the included "styles"The text was updated successfully, but these errors were encountered: