We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
settings.scss is importing @import 'util/util'; but, I do not see it anywhere. Is it safe to just omit this?
@import 'util/util';
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I got this to work by adding the path to the bower_components:
@import '../bower_components/foundation-sites/scss/util/util';
No branches or pull requests
settings.scss is importing
@import 'util/util';
but, I do not see it anywhere. Is it safe to just omit this?The text was updated successfully, but these errors were encountered: