CSS refactoring process is not an easy task — it needs to be done in a way that doesn't negatively impact UX, doesn’t introduce additional issues, and doesn't prevent developers from doing other tasks on the project. Before even diving into the refactoring process itself, developers need to analyze the existing codebase, audit CSS codebase health, discover weaknesses and improvement opportunities, agree on the refactor or rewrite approach, and convince management to invest time and resources into the process. https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/
Login to add comment
Other posts in this group

CSS can be unpredictable — and specificity is often the culprit. Victor Ayomipo breaks down how and why your styles might not behave as expected, and why understanding specificity is better than relyi

Meet “Accessible UX Research,” our upcoming book to make your UX research inclusive. Learn how to recruit, plan, and design with disabled participants in mind. Print shipping in August 2025. e

Accessible Rich Internet Applications (ARIA) is an inevitability when working on web accessibility. That said, it’s everyone’s first time learning

In this tutorial, Blake Lundquist walks us through two methods of creating the “moving-highlight” navigation pattern using only plain JavaScript and CSS. The first technique uses the `getBoundingClien

SVG is easy — until you meet path
. However, it’s not as confusing as it initially looks. In this first installment of a pair of articles, Myriam Frisano aims to teach you the basics of <path>
and

We often spotlight wireframes, research, or tools like Figma, but none of that moves the needle if we can’t collaborate well. Great UX doesn’t happen in isolation. It takes conversations with engineer

What’s the best way to make your SVGs faster, simpler, and more manageable? In this article, pioneering author and web designer Andy Clarke explains the process he relies on to prepare, optimise, an