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
Hello,
I'm trying to create amp email, but to do it, I need to add attribute to html tag:
<html ⚡4email> or <html amp4email>
<html ⚡4email>
<html amp4email>
I tried this way:
<mj-html-attributes> <mj-selector path="html"> <mj-html-attribute name="amp4email">test</mj-html-attribute> </mj-selector> </mj-html-attributes>
or even this
<mjml amp4email>
but compiler ignores it.
Any chance to implement it? Thanks
The text was updated successfully, but these errors were encountered:
up :)
Sorry, something went wrong.
Is this library maintained? @morriq did you solve your issue?
@multivoltage not really. We postponed amp emails
Feel free to open a PR with an attribute on mjml tag maybe ?
mjml tag
No branches or pull requests
Hello,
I'm trying to create amp email, but to do it, I need to add attribute to html tag:
<html ⚡4email>
or<html amp4email>
I tried this way:
or even this
<mjml amp4email>
but compiler ignores it.
Any chance to implement it? Thanks
The text was updated successfully, but these errors were encountered: