Skip to content
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

Meteor 1.3 / Scss compiler error #78

Open
ArnaudCode opened this issue May 3, 2016 · 2 comments
Open

Meteor 1.3 / Scss compiler error #78

ArnaudCode opened this issue May 3, 2016 · 2 comments

Comments

@ArnaudCode
Copy link

Hi all,

I'm trying to use Motion UI with Meteor but it seems like there's an issue with the mixins.
Any idea? Thanks.

@import '{zurb:motion-ui}/src/motion-ui';
@include motion-ui-transitions;
@include motion-ui-animations;
=> Errors prevented startup:

   While processing files with fourseven:scss (for target web.browser):
   /client/main.scss: Scss compiler error: no mixin named motion-ui-transitions

   Backtrace:
   {}/client/main.scss:5

=> Your application has errors. Waiting for file change.
@soriyath
Copy link

I had the same error. Solved it by doing this:

  • (this may be optional) :
npm install core-js
npm install
meteor npm install
  1. meteor add zurb:motion-ui
  2. meteor

@ghost
Copy link

ghost commented Jun 10, 2016

I'm experiencing the same error. Tried @soriyath 's solution but without luck. Any other solutions? @nska02 did you get it to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants