Hugo Giraudel discusses the various popular ways in CSS that we name and use class selectors and how Sass can help in structuring them.
Tag: oocss
Structuring CSS Class Selectors with Sass
Working with BEM at Scale — Advice From Top Developers
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.
Selector Specificity with CSS Preprocessors
Alexander looks at some solutions for dealing with selector specificity when working with a CSS preprocessor.
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.