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

https://github.com/hannasdev/bem

Explaning BEM
https://github.com/hannasdev/bem

Last synced: 5 months ago
JSON representation

Explaning BEM

Awesome Lists containing this project

README

          

# BEM

What is BEM?

BEM is a naming convention for CSS. It stands for _Block, Element, Modifier_.
Its purpose is to make CSS more readable and faster to render.

## Examples

```html

List



  • Item 1

  • Item 2

  • Item 3


Avatar



avatar
Hanna


```