BEM
- noun
- Specialized
- Many developers use BEM to keep their CSS code organized and easy to maintain.
Examples
-
Learning BEM helped the team avoid confusing and conflicting class names in their stylesheets.
-
The project guidelines recommend following the BEM convention for all new components.
-
The BEM methodology helps developers maintain clean code.
-
Can you explain what BEM stands for?
-
Many developers use BEM to keep their CSS code organized and easy to maintain.
-
The project guidelines recommend following the BEM convention for all new components.
-
Learning BEM helped the team avoid confusing and conflicting class names in their stylesheets.
How Specific
- Specialized
- Specialized
- Specialized
- Specialized
Surface Forms
Etymology
BEM stands for Block Element Modifier, a name made from the first letters of those three words to show its parts. That's why developers use BEM to make clear, reusable class names in CSS.