BEM Coding

How to Make the Most of BEM for CSS Coding

In an online forum for discussing web design topics, a person shared a link to a website that offers tips for BEM naming. This website explains that even the most experienced CSS developers sometimes have trouble finding the right class name on the first pick. The ...

What BEM Means and When a Coder Should Use It

A website designer wanted to know if BEM, or block element modifier, is a good technique for keeping the coding clean. They wondered if it makes things too complicated in CSS or HTML. This person asked the question to a large online community of web designers ...

BEM Coding is Simplified With Alternative Syntax Options

BEM is a great technique used for organizing code. Without it, your code can become a jumbled cluster of lines that could make it difficult to find what you're looking for. As much as BEM helps to organize your code, it can still be overwhelmingly complex. ...