An open API service indexing awesome lists of open source software.

https://github.com/shaikrasheed99/css-bem

Examples of CSS BEM.
https://github.com/shaikrasheed99/css-bem

bem bem-css bem-methodology css css-bem html sass

Last synced: 7 months ago
JSON representation

Examples of CSS BEM.

Awesome Lists containing this project

README

          

# Block. Element. Modifier

BEM is a methodology that helps you to create reusable components and code sharing in front‑end development.

* `Block` - standalone entity that is meaningful on its own.
* `Element` - part of a block that has no standalone meaning and is semantically tied to its block.
* `Modifier` - used to change appearance or behaviour.