BEM takes a component-based approach to CSS development. It has some strict rules about inheritance and how to write your CSS selectors. To follow BEM properly, you should not use inherited CSS styles in order to style your components. You can also nest blocks inside of other blocks, if needed, but this is generally avoided.
1 Comment
Sort: