Main Content
Summary
The CSS preprocessor behind many of the codebases I maintain.
Description
Plenty of production sites are styled with Sass, and I work in it comfortably: variables, mixins, and partials organised so styles stay maintainable at scale.
On new builds I usually reach for Tailwind, but inherited projects get their Sass treated with the same care.
What I use it for
- Maintaining existing stylesheets
- Design system variables
- Component styling
- Legacy site improvements
More styling entries