Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
An opinionated Drupal base theme providing BEM style classes everywhere.
Considerations
Prevent the need of overriding templates as much as possible.
Provide BEM classes that are (hard)coded or refer to configuration (machine names), but never refer to content.
Combine Drupal specific concepts into sensible BEM components (like the fields of a node when rendered in a specific view mode. For example .node-article-teaser and .node-article-teaser__image.