-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update to Meteor 1.2 breaks package. #28
Comments
just ran into the same problem |
Fixed in newest release. Note that the import statement has changed. Update your SCSS files to use: @import '{reywood:bootstrap3-sass}/bootstrap'; |
@reywood What if i want import let's say mixins.scss only ? I was doing it with
and i was trying
but now the file is not found. |
In that case, you would use: @import '{reywood:bootstrap3-sass}/assets/stylesheets/bootstrap/mixins'; |
@Jahdrien: What version of Meteor are you using? |
$ meteor --version |
Could you try cloning and running this meteor app? |
Done ! yummy-octo-succotash works normally. |
I recommend comparing your |
All the same. Now I have this error: "Scss compiler error: invalid top-level expression". Seems it tries to parse .sass files as .scss... |
@Jahdrien Since this is a different issue than the one this issue was originally opened for, would you mind creating a new issue with the specifics of the |
Done ! #31 |
Thanks! |
I receive the following error that cannot be fixed with a restart.
The text was updated successfully, but these errors were encountered: