mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Update 100-bem.md
Add info and resources of BEM
This commit is contained in:
committed by
Kamran Ahmed
parent
d38798e187
commit
1136e2a59b
@@ -1 +1,8 @@
|
||||
# Bem
|
||||
# Bem
|
||||
|
||||
The Block, Element, Modifier methodology (commonly referred to as BEM) is a popular naming convention for classes in HTML and CSS. Developed by the team at Yandex, its goal is to help developers better understand the relationship between the HTML and CSS in a given project.
|
||||
|
||||
- Article BEM 101: https://css-tricks.com/bem-101/
|
||||
- BEM Official Website: https://en.bem.info/
|
||||
- BEM Documentation: https://en.bem.info/methodology/quick-start/
|
||||
- BEM Tutorials: https://en.bem.info/tutorials/
|
||||
|
Reference in New Issue
Block a user