BEM
Everything on SkillVeris tagged BEM — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Study Notes(1)
Interview Questions(2)
What Is BEM Methodology and Why Use It in CSS?
BEM (Block, Element, Modifier) is a CSS naming convention that structures class names as block__element--modifier to make every class flat, self-documenting, a…
What Is CSS Specificity and How Do You Resolve Conflicts?
CSS specificity is the algorithm the browser uses to decide which of several conflicting rules wins for a given element, calculated as a weighted score across…