-
Notifications
You must be signed in to change notification settings - Fork 50
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
Addon Issues #8
Comments
Do you have ember-css-modules included in your |
That fixed it! Thanks dude appreciate the quick response. I added a PR for adding that instruction to the |
Glad it worked! Thanks for updating the README – there are definitely some gotchas when you get into the murkier corners of addon dependencies |
I get an
Cannot find module
error when trying to import my styles into my component in my addon. Example:Pod folder structure:
I'm not sure what is going on but it looks like
styles.css
is not being registered as a module in the resolver liketemplate.hbs
is.The text was updated successfully, but these errors were encountered: