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.
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.