Skip to content

Instantly share code, notes, and snippets.

View JohanneA's full-sized avatar

Johanne Andersen JohanneA

  • Kambr
  • Amsterdam
View GitHub Profile
@ingdir
ingdir / gist:0b211b9253c376f9cfa5
Last active December 3, 2023 11:47
BEM Cheatsheet

BEM Cheatsheet

BLOCK

Block encapsulates a standalone entity that is meaningful on its own.

While blocks can be nested and interact with each other, semantically they remain equal; there is no precedence or hierarchy.

Holistic entities without DOM representation (such as controllers or models) can be blocks as well.