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.scss
file out of thebower_components
directory and into your project'sscss
folder 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