Patrick Catanzariti spoke to some experienced front-end developers to get their views on how to deal with the popular BEM CSS methodology on large scale projects.
Tag: modular css
Working with BEM at Scale — Advice From Top Developers
Using Helper Classes to DRY and Scale CSS
Ahmad Ajmi takes a look at how we can use classes in CSS to abstract class sets that each perform a single action, making our HTML more like Lego blocks.
The Power of em Units in CSS
em units in css are a powerful feature to have in your toolbox. This post introduces how they work with a practical use-case in the form of a demo.
Title CSS: A Simple Approach to CSS Class Naming
Jon Cuthbert presents a simple approach to CSS class naming, building on methodologies like OOCSS, BEM, and others popular methods.
Using Sass To Semantically @extend Bootstrap
Bootstrap is a great tool but it produces awful code that is difficult to read and maintain. We'll use Sass to make Bootstrap classes easier to maintain.