Getting started with BEM methodology

What is BEM? BEM is a front-end naming method for organizing and naming CSS classes. The Block, Element, Modifier methodology is a popular naming convention for class names in HTML and CSS. It helps to write clean CSS by following some simple rules. Projects of any size with CSS can benefit from a BEM framework—unless […]