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
Chrome
https://grapesjs.com/demo-mjml.html
How to reproduce the bug?
<mjml> <mj-head> <mj-attributes> <mj-text css-class="global-text" padding="0px" color="blue"></mj-text> <mj-all font-family="Arial"></mj-all> </mj-attributes> </mj-head> <mj-body> <mj-section> <mj-column> <mj-text css-class="global-text">Hello World!</mj-text> </mj-column> </mj-section> </mj-body> </mjml>
Same thing using <mj-class>
<mj-class>
What is the expected behavior? Hello world should be blue as per the mjml.io demo website ...
What is the current behavior? currently the text is not blue but black ...
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GrapesJS version
GrapesJS MJML version
What browser are you using?
Chrome
Reproducible demo link
https://grapesjs.com/demo-mjml.html
Describe the bug
How to reproduce the bug?
Same thing using
<mj-class>
What is the expected behavior?
Hello world should be blue as per the mjml.io demo website
...
What is the current behavior?
currently the text is not blue but black
...
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
Code of Conduct
The text was updated successfully, but these errors were encountered: