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

Scss util/util missing? #30

Open
butchewing opened this issue Jun 15, 2016 · 2 comments
Open

Scss util/util missing? #30

butchewing opened this issue Jun 15, 2016 · 2 comments

Comments

@butchewing
Copy link

settings.scss is importing @import 'util/util'; but, I do not see it anywhere. Is it safe to just omit this?

@vemacs
Copy link

vemacs commented Jun 24, 2016

I got this to work by specifying load paths in sass:

sass --precision 10 --update --force --sourcemap=none -I bower_components/foundation-sites/scss/ -I bower_components/motion-ui/ scss:css

@butchewing
Copy link
Author

I got this to work by adding the path to the bower_components:

@import '../bower_components/foundation-sites/scss/util/util';

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