Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

gulp error #589

Closed
jimlongo56 opened this issue Dec 7, 2015 · 2 comments
Closed

gulp error #589

jimlongo56 opened this issue Dec 7, 2015 · 2 comments

Comments

@jimlongo56
Copy link
Contributor

@colin-marshall @olefredrik Seems to be working pretty well! Thanks.

I'm getting this error in gulp watch when saving scss files.

[WATCH] assets/scss/modules/_footer.scss was changed, running tasks...
[17:30:49] Starting 'sass'...
Error in plugin 'sass'
Message:
    assets/scss/foundation.scss
Error: no mixin named foundation-progress-bar

   Backtrace:
    stdin:92, in mixin `foundation-everything`
    stdin:106
    on line 92 of stdin
>>   @include foundation-progress-bar;
  -----------^

I get errors all the way down the foundation.scss includes tree
I need to comment all of these out to eliminate the errors

//@import '../components/foundation-sites/scss/components/progress-bar';
//@import '../components/foundation-sites/scss/components/reveal';
//@import '../components/foundation-sites/scss/components/slider';
//@import '../components/foundation-sites/scss/components/sticky';
//@import '../components/foundation-sites/scss/components/switch';
//@import '../components/foundation-sites/scss/components/table';
//@import '../components/foundation-sites/scss/components/tabs';
//@import '../components/foundation-sites/scss/components/title-bar';
//@import '../components/foundation-sites/scss/components/top-bar';
//@import '../components/foundation-sites/scss/components/thumbnail';
//@import '../components/foundation-sites/scss/components/tooltip';

@colin-marshall
Copy link
Collaborator

Can you show me your entire foundation.scss file?

@jimlongo56
Copy link
Contributor Author

I'm sorry that one's on me. I commented out the @imports as I have in my previous foundation projects to reduce the size of the css, but I hadn't also commented out the @includes

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

No branches or pull requests

2 participants