What is Baseline?| Baseline
The color-mix() functional notation takes two values and returns the result of mixing them in a given colorspace by a given amount.| MDN Web Docs
The light-dark() CSS function enables setting two colors for a property - returning one of the two colors options by detecting if the developer has set a light or dark color scheme or the user has requested light or dark color theme - without needing to encase the theme colors within a prefers-color-scheme media feature query. Users are able to indicate their color-scheme preference through their operating system settings (e.g., light or dark mode) or their user agent settings. The light-dar...| MDN Web Docs
A reference for the custom functions and directives Tailwind exposes to your CSS.| tailwindcss.com
Do you really need to optimise as much of your critical page into the first 14 KB of your HTML for TCP reasons? Or does that not hold true in an HTTPS world?| www.tunetheweb.com
HTML| html.spec.whatwg.org
1. Introduction| www.w3.org
Having a smaller website makes it load faster — that's not surprising.| endtimes.dev
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