Skip to content

Conversation

@pungggi
Copy link
Contributor

This enables #98

}
}

cssToParse = cssToParse.replace(/(\$\{[\s]*.*?[\s]*\})/gmi, '0');
Copy link
ContributorAuthor

@pungggipungggiNov 16, 2017

Choose a reason for hiding this comment

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

This line (26) is because it failes to parse when a variable like ${myVar} is inside the template literal.

Sign up for freeto 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.

1 participant

@pungggi