Foundation 5.4.6 Update
The NOUVEAU WordPress Theme Framework has been updated to 0.9.17
This update includes the latest Zurb Foundation release (5.4.6) in the Theme Framework.
Updating NOUVEAU Projects
If you want to update your existing NOUVEAU WordPress project from 0.9.16 → 0.9.17, there are only two steps to doing so.
- Update
/_foundation/bower_components/
to the newest version.- You can update automatically with a Bower update OR…
- You can manually download the latest SASS version of Foundation and replace the contents of the
bower_components
folder.
- Update
/_foundation/scss/_settings.scss
.- The
_settings.scss
file has changed slightly from Foundation 5.4.5 → 5.4.6. If you have customized your previous settings file, you may need to merge those changes into the new version.
- The
You should also be sure to re-run your compiler on app.scss
once these changes are complete.