Technology RadarTechnology Radar

BEM (Block Element Modifier)

BEM is a CSS naming convention that promotes modularity and reusability in web development. By breaking down the design into 'blocks', 'elements', and 'modifiers', developers can create a clear relationship between HTML and CSS, making it easier to understand and modify styles without affecting unrelated components. This methodology not only streamlines collaboration among teams but also improves the scalability of web applications.

Learn more about BEM

Updates

Adopt

We've adopted the BEM methodology for composing our CSS. This methodology helps us to create reusable components and code sharing in our projects. It also helps us to create a clear and understandable codebase.