From 1136e2a59b5dd57a4a0469fe3e287187bb3c04fe Mon Sep 17 00:00:00 2001 From: Lucas Vargas Date: Thu, 9 Dec 2021 20:09:26 -0300 Subject: [PATCH] Update 100-bem.md Add info and resources of BEM --- .../100-frontend/content/108-css-architecture/100-bem.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/108-css-architecture/100-bem.md b/content/roadmaps/100-frontend/content/108-css-architecture/100-bem.md index 0f1fe8029..dc9b2e2be 100644 --- a/content/roadmaps/100-frontend/content/108-css-architecture/100-bem.md +++ b/content/roadmaps/100-frontend/content/108-css-architecture/100-bem.md @@ -1 +1,8 @@ -# Bem \ No newline at end of file +# 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/