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.
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.
em and strong elements are not announced by assistive technologies such as screen readers.
Learn about the difference between type guards and assertion functions.
Drop outdated font declarations and load the operating system default font with
system-ui.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.
Learn how to use arithmetic expansion to calculate numbers in your shell scripts.
Learn about the ways to read and import JSON files in Node.js ECMAscript modules (ESM).
The fairly new requestSubmit method on the HTML form element allows developers to trigger form validations and submit.