CSS custom properties don't work in media queries. Custom media queries could help out here but unfortunately, they're not supported yet.
Posts people like
How to use 'git status --short/-s' to get shorter and easier to grasp status information but 'git status --porcelain' when you build automation with it.
em and strong elements are not announced by assistive technologies such as screen readers.
The HTMLInputElement has a lot of properties that you might now use every day or even have heard of. This article describes defaultValue, indeterminate and selection properties.
Drop outdated font declarations and load the operating system default font with
system-ui.Use Twitter's "hidden" embed API to statically prerender Tweets on your sites.
Many people treat the ARIA Authoring Practices Guide (APG) as source of truth about building accessible websites and implementing accessible components and widgets. Eric highlights why the guide isn't the source of truth and why it never was supposed to be.
In modern browsers there's no need to define rel="noopener" because it's set automatically.
Learn about the ways to read and import JSON files in Node.js ECMAscript modules (ESM).
Line breaks and tabs are automatically removed from URLs when used in links or URL constructors.