https://github.com/hannasdev/bem
Explaning BEM
https://github.com/hannasdev/bem
Last synced: 5 months ago
JSON representation
Explaning BEM
- Host: GitHub
- URL: https://github.com/hannasdev/bem
- Owner: hannasdev
- Created: 2016-06-19T14:48:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T09:53:08.000Z (almost 9 years ago)
- Last Synced: 2025-05-06T18:50:16.143Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
Hanna
```