Skip to content

Does not inline mustache inserted stylings #31

Description

@psalv

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions