We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ember-cli crashes at Version 0.9.0 of this addon. I'm getting the following error message:
SyntaxError: illegal character return width: ${pct}%;
Probabily the error is at this line: https://github.com/sgasser/ember-cli-materialize/pull/37/files#diff-a2af500c710eb51c6f59334db7975aafR24
The text was updated successfully, but these errors were encountered:
@truenorth what is ${pct}%?
${pct}%
Sorry, something went wrong.
@sgasser that's an ES6 template string.
@jaimevent - which versions of ember-cli and ember-cli-babel are you running?
Thanks, it works now with the newest vesion of ember-cli and ember-cli-babel!
No branches or pull requests
Ember-cli crashes at Version 0.9.0 of this addon.
I'm getting the following error message:
SyntaxError: illegal character
return width: ${pct}%;
Probabily the error is at this line: https://github.com/sgasser/ember-cli-materialize/pull/37/files#diff-a2af500c710eb51c6f59334db7975aafR24
The text was updated successfully, but these errors were encountered: