Happy CSSSunday everyone!
Thanks to all who have appreciated StyleStage.dev for what it is: a playground to boost your CSS skills 🌠
Those skills are transferable whether you use a utility framework, are bound to a design system, or always roll your own. It's hugely beneficial to know how CSS works under the hood so you can make changes based on client expectations and user needs, and to ensure accessibility of your styles.
A large part of my career involved developing marketing websites, and now I lead dev of a design system, so I appreciate the many valid ways CSS enters a project. My marketing days were heavily reliant on Bootstrap, and now I manage both a Sass framework and (gasp) a CSS-in-JS implementation for our React lib. But for my own projects, I prefer using Sass in a maintanable but lean-as-possible way with a mix of BEM-style classes and element styles.