BEM Naming Convention
BEM (Block__Element--Modifier) is a popular naming convention in CSS.
BEM model says every class should either represent a block, an element of the block, or a modifier of an existing block or element.
Just by looking at the class name one should und...
imroz.hashnode.dev2 min read