Demo to see how the theme looks in a sample Drupal site Apply theme
Bourbon theme implements the Bourbon library and the Neat grid framework.
Why use bourbon and neat?
Because you are building sites and not applications (collections of components). Bourbon and Neat together with the power of SASS will provide the flexibility you need to create powerful themes with the minimal need to override Drupal's HTML output.
Installation
# From within your drupal installation directory
drush dl bourbon
cd themes/bourbon
npm install
Watching for changes
# Make sure you are in the root of the theme's folder
gulp
Roadmap (suggestions are welcomed)
- Drush commands to do several tasks
- Clear cache when a *.twig is edited
- Custom Starter Layouts
- Sub theme support
- Debugging helpers
- core templates
- Bitters Support
- Ability to use either npm or bundler