I have installed Foundation for Apps via bower (bower install foundation-apps).
Foundation says to use the _settings.scss for customization. However, isn't this file overwritten when I eventually have to update to the latest version (bower update foundation-apps)?
You're supposed to copy the
_settings.scssfile out of thebower_componentsdirectory and into your project'sscssfolder so that it does not get overwritten when you update. It's the only file you need to do that with.From the Foundation for Apps Sass Documentation