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

Does not inline mustache inserted stylings #31

Open
psalv opened this issue Dec 3, 2018 · 0 comments
Open

Does not inline mustache inserted stylings #31

psalv opened this issue Dec 3, 2018 · 0 comments

Comments

@psalv
Copy link

psalv commented Dec 3, 2018

I would expect the following code to compile with the mustache templating inlined when keepInvalid is set to true:

<div style="color: white; background-color: {{color}}"></div>

My current work around is to escape the mustache braces, however this causes my unbuilt file to differ in styling from my built file which is not ideal.

ex. of work around

<div style="color: white; background-color: \{\{color\}\}"></div>
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

No branches or pull requests

1 participant