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?
- ... Import MJML:
<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>
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:
Code of Conduct
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 hereCode of Conduct