Blogging my general thoughts and rambles, code snippets, and front-end web dev discoveries| ryanmulligan.dev
The cascade is an algorithm that defines how user agents combine property values originating from different sources. The cascade defines the origin and layer that takes precedence when declarations in more than one origin, cascade layer, or @scope block set a value for a property on an element.| MDN Web Docs
The Great Divide is real, and I'm pleased that the terms "front-of-the-front-end" and "back-of-the-front-end" have gained traction ever since I quipped about them on the Shop Talk Show. A few of my clients have actually moved away from a culture of "we only hire full-stack developers" and have inste| Brad Frost
Modern application UI components to kickstart your design system.| catalyst.tailwindui.com
A critical look the term 'semantic HTML' and the limitations it has created for web engineers| nicolasgallagher.com
Over the last several years, the way I write CSS has transitioned from a "semantic" approach to something more like what people call "functional CSS." In this post I explain how I got to this point and share some of the lessons and insights I've picked up along the way.| adamwathan.me