BEM is an abbreviation for Block-Element-Modifier.
I am trying to wrap my head around BEM naming convention. I am stuck at this. I may misunderstanding something, …
html css bemIn BEM, I understand that with modifiers, two dashes makes sense so that you can distinguish the modifier in my-block-my-modifier …
css bemWhat's the proper way of declaring active/focus/hover states using BEM with SASS? For example, I have this structure: &…
css sass bemI'd like to implement something like the BEM model in my Sass library. But I'm struggling to find a clean …
sass bem