-
Notifications
You must be signed in to change notification settings - Fork 113
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
Error on new project: unbound variable $mdi-list-icons #171
Comments
Just delete that piece of SASS and everything should be fine. It was a workaround for a bug in materialize 0.96, and in 0.97 it's fixed. |
Just started a new project with this as well...deleting the SASS allows the app to load but not seeing icons |
@richmolj does your index.html have the link to the google material icons stylesheet? <link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"> |
Ahh, I had been following just the readme and not putting 2 and 2 together. Fix confirmed, thanks for your help! |
no problem, enjoy! |
needed with materialize.css 0.97. Fixes issue mike-north#171
I delete that piece of SASS and it is now working. tks |
Just cut a new release. Should be good in |
I got this error on a new project:
If I remove this code from the app.scss. The error goes away:
Any idea how to fix this?
I'm using:
Ember : 1.12.0
Ember Data : 1.0.0-beta.18
jQuery : 1.11.3
The text was updated successfully, but these errors were encountered: