What is BEM, anyways and why does it seem relevant in modern times?

Steven Rescigno
3 min readFeb 21

The BEM methodology and a few things you should know about it.

BEM vs No BEM

We have all heard about it, it is commonly used when writing custom CSS, SCSS, SASS.

The naming convention is referred to as BEM and it stands for.

Short for Blocks, Elements and Modifiers.