BS Base

Developer-oriented modern Drupal 8 base theme with Bootstrap 4 support and many development workflow enhancements.

Project bs_base is a base theme with a goal to support full front end Drupal theme development workflow from start to finish. A child subtheme base theme is provided that is using Bootstrap 4.x framework. Besides that this base theme offers many tools to front-end developer that will make developer life easier like: drush generator, SASS inheritance, powerful gulp workflow, etc.

W3CSS Theme Renamed and Enhanced as Solo

🌟 Introducing Solo: The Revamped W3CSS Theme on Drupal! 🌟

Hey Drupal Enthusiasts!

Preprocessing and modifying attributes in a .theme file

Just like Drupal 7, you can affect the output of certain HTML via preprocess functions. For example, if you wanted to add a class to a menu and preferred to do this at the PHP level, you can. This is a good way to alter theme-specific markup. If you want to add or edit theme-independent markup, you should create a custom module instead.

Drupal Twig conversion instructions (tpl.php to html.twig)

This document was used during much of the Twig conversion process for Drupal 8 and could be useful to you too for updating your own themes and modules to use the Twig templating engine in Drupal 8.

Note: All Twig work is now being done in the Drupal core issue queue. Only use the Twig conversion sandbox to find previously converted templates and functions.

Steps for Core contributors:

Subscribe with RSS Subscribe to RSS - Drupal8 Theme