Open butchewing opened 8 years ago
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
I got this to work by adding the path to the bower_components:
@import '../bower_components/foundation-sites/scss/util/util';
settings.scss is importing
@import 'util/util';
but, I do not see it anywhere. Is it safe to just omit this?