Skip to content
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

Do not strip invalid color values: Resolves issue #73 #74

Closed
wants to merge 2 commits into from

Conversation

nick-avi-say
Copy link

Currently when using templating values in color fields eg:
color: {{myVariable}}
yields
color:

This allows for templating variables to not be stripped

@@ -67,7 +67,7 @@ function handleColor(name, value) {
}
return value;
}
return '';
return value;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't be accepted. This might break some mail clients.

Copy link
Contributor

@daliusd daliusd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't be accepted as this might break some clients. Please find out different solution if you need this.

@daliusd
Copy link
Contributor

daliusd commented Sep 5, 2022

As there is no more attempts to fix this PR and project is no more maintained I am closing this PR.

@daliusd daliusd closed this Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants