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
Thoughts on licenses and AI companies.
Line breaks and tabs are automatically removed from URLs when used in links or URL constructors.
Node.js supports a native way to load .env files programmatically now.
em and strong elements are not announced by assistive technologies such as screen readers.
Learn about the ways to read and import JSON files in Node.js ECMAscript modules (ESM).
Override and enforce dependency versions using npm "overrides".
Learn how to use arithmetic expansion to calculate numbers in your shell scripts.
Drop outdated font declarations and load the operating system default font with
system-ui.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.