The Drupal 8 branch of Zurb Foundation is in active development and will enter a beta cycle soon. As new features are built out, child documentation pages will be added or improved. This document provides an overview of major features and tracking of child pages.

Like its Drupal 7 branches, 8.x-5.x tries to do little out of the box while giving sub-themes as much flexibility as possible. The main features of the theme are:

  1. Utilizes Foundation, which is a popular mobile friendly front-end framework.
  2. Foundation's Top Bar is supported for the Main Navigation menu, and works with sub-menus and sticky navigation.
  3. Foundation's Off Canvas regions are supported, and any Menu Blocks placed in those regions will automatically be themed with sub-menu support.
  4. Drupal's Status Messages are displayed by default in a Foundation Alert, but can also be displayed in a Modal window. Both can be closed and removed from the DOM after being displayed.
  5. Sass + Grunt is used in the main theme and sub-themes to compile your CSS.
  6. A Drush command for creating sub-themes is built into the script, so you can quickly spin themes up as needed (like Drupal Console for sub-themes).

Please check it out and file lots of issues so we know it's being used and is gaining stability.