You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Hi! I'm using mjml-rails to build the html emails for a Rails application.
The highlighter works great but it throws errors when using erb to call helpers inside the values. This expected because there's of the typechecking going on.
<%# type error: color value is not of the type "color" %><mj-attributes><mj-textcolor="<%=helper["grayscale"]["500"]%>" /></mj-attributes>
Initializing constants
<%# element % doesn't exist or is not registered %><%
constant = "value"
%><mjml>
...
<mjml>
...
So this is not a bug report, but more of question: do you intend to support mjml.erb files? Having your document all red underlined is kind of confusing.
Thanks for work on this nonetheless! ☮️
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I'm using mjml-rails to build the html emails for a Rails application.
The highlighter works great but it throws errors when using
erb
to call helpers inside the values. This expected because there's of the typechecking going on.Initializing constants
So this is not a bug report, but more of question: do you intend to support
mjml.erb
files? Having your document all red underlined is kind of confusing.Thanks for work on this nonetheless! ☮️
The text was updated successfully, but these errors were encountered: