Skip to content

Details

Have you ever faced a codebase worked on by more than a dozen developers, blankly staring at thousands of lines of CSS, not knowing where to begin? A solution to this is B.E.M., or Block Element Modifier. B.E.M. is a CSS architecture. It's a methodology. It's a naming convention. It is based on Object-Oriented CSS.

This talk will focus on basic B.E.M. CSS architecture and how it can be the solution towards modularity and writing clean, well-maintained code within a large organization.

You may also like