This document summarizes a workshop on using BEM methodology and SASS for frontend development. The workshop covers installing and using BEM for layouts and components, the principles of BEM naming conventions, and best practices for writing scalable, maintainable CSS code with SASS. Attendees will learn about blocks, elements, and modifiers in BEM, how to avoid deep nesting in CSS, and techniques for refactoring code to reduce duplication while keeping selectors simple. The presentation emphasizes writing semantic, modular CSS through proper application of BEM and use of mixins and extends in SASS.
Related topics: