using css pow() you can create runtime-configurable fluid typography that responds to viewport or container size ๐
for example, "minimum of 14px at 375px and scale to maximum 24px at 1500px"
all powered by pow() and custom properties
Use ๐๐๐๐ -๐๐๐๐๐๐๐๐๐๐๐ and ๐๐๐๐-๐๐๐๐ to animate theme switches instead of flipping them with a transition
๐๐๐๐๐๐๐๐.๐๐๐๐๐๐๐๐๐ด๐๐๐๐๐๐.๐๐๐๐๐๐๐(
{ ๐๐๐๐๐ฟ๐๐๐: ["๐๐๐๐๐(๐ถ ๐ถ ๐ท๐ถ๐ถ% ๐ถ)", "๐๐๐๐๐(๐ถ)"] },
{ ๐๐๐๐๐๐๐ด๐๐๐๐๐๐: "::๐๐๐๐ -๐๐๐๐๐๐๐๐๐๐-๐๐๐ (๐๐๐๐)", ๐๐๐๐๐๐๐๐: ๐ผ๐ถ๐ถ },
),
::๐๐๐๐ -๐๐๐๐๐๐๐๐๐๐-๐๐๐ (๐๐๐๐) {
๐๐๐๐๐๐๐๐๐: ๐๐๐๐;
๐๐๐ก-๐๐๐๐๐-๐๐๐๐: ๐๐๐๐๐๐;
}
Here the clipPath ensures the transition happens from top to bottom
reminder: this magnetic nav link effect?
jus' a few lines of css + anchor positioning ๐ค
li:has(a:is(:hover, :focus-visible)) { anchor-name: --a; }
ul::before {
position-anchor: --a;
left: anchor(left);
top: anchor(top);
width: anchor-size(width);
}
CSS tip:
Stop duplicating your CSS for Dark Mode.
The new light-dark() function lets you define both values in a single line.
It eliminates the need for redundant media queries and keeps your variables in one place.
New update for pull requests. ๐
You can now follow the discussion directly in the "Files changed" tab. No more context switching.
Plus, we streamlined change requests: If youโve already commented, skip the summary and just submit.
Get the details. โฌ๏ธ
https://t.co/R9BfC2VSmd
As a developer, you'll need to know how to test your code to make sure it's working as it should.
And in this tutorial, @ATechAjay teaches you how to test your JavaScript apps in a few different ways.
He covers Unit, Integration, and End-to-End testing as well as some AI-Augmented QA techniques.
https://t.co/rSXUvQmdov
Most teams build backends by stitching together five or six different systems.
Motia shows how simple it can be when one primitive powers everything.
APIs, events, background jobs, workflows, AI agents, and real time streams all built with Steps.
Works in JavaScript, TypeScript, and Python.
Got tired of rewriting loading/error state in every React screenโฆ so I built a hook for it ๐
use-async-view handles loading, error & success views + reload for you (React & React Native).
Post + examples ๐
https://t.co/SGJXzJ63M1
Cooking up some code? ๐งโ๐ณ ๐ป
Don't just guess the ingredientsโcheck out the GitHub Copilot Chat Cookbook. ๐ Get recipes, tips, and prompt strategies to help you get the absolute most out of your AI pair programmer.
Start mixing up better workflows here.๐
https://t.co/WxxhZePjMf
context-aware css card glow/shine effect ๐จโ๐ณ
the trick: duplicate and scale the icon. translate it on pointermove. apply feGaussianBlur ๐ค
check it ๐
The VS Code Private Marketplace is now generally available!
Enterprises can finally self-host and control extension distribution for their dev teams. Secure, compliant, and seamless - right inside @code.
Start here: https://t.co/i010zdcPHF