-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
feat(utils): remove render functions #95
Conversation
related to #92
8de8aed
to
290a554
Compare
{ | ||
keepComments: false, | ||
beautify: false, | ||
minify: true, | ||
validationLevel: 'strict' | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer true
## Limitations | ||
|
||
Currently `mjml` and `@faire/mjml-react` libraries are meant to be run inside a node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no longer true
fixConditionalComment( | ||
"<!--[if mso]><div>Hello World</div><![endif]-->", | ||
"Hello", | ||
"if IE" | ||
); | ||
// <!--[if IE]><div>Hello World</div><![endif]--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't exist any more
related to: