If you need a quick reminder of how BEM Classes naming convention works, here it is. BEM — Block, Element, Modifer Regular style block-name__elem-name_mod-name_mod-val Two dashes style block-name__elem-name — mod-name — mod-val Camel style blockName-elemName_modName_modVal React style (JS) BlockName-ElemName_modName_modVal References Methodology
BEM (Block, Element, Modifier) is a component-based approach to web development. The idea behind it is to divide the…en.bem.info