I'm throwing my head against a wall here and would appreciate some help. So..
Lately, when I create a foundation project (or any existing project), I'm importing all of foundation with:
@import "settings";
@import "foundation";
However, when I compile the scss with compass, it will not import all of foundation. I end up with:
../bower_components/foundation/scss/foundation/components/_visibility.scss */
../bower_components/foundation/scss/foundation/components/_offcanvas.scss */
../bower_components/foundation/scss/foundation/components/_icon-bar.scss */
and the associated CSS in my final app.css, but no others are imported.