Articles for the CSS tag
-
SVGInject: Teaching Your Images to Speak CSS
An icon trapped inside an img tag is a sealed envelope: you can see it, but you cannot touch the words inside. SVGInject opens the envelope at runtime so CSS can read every line.
-
csskit: One Rust Binary to Tame Your Entire CSS Toolchain
JavaScript got oxc, Biome, and swc. CSS tooling stayed a fragmented pile of JavaScript tools. csskit is the Rust-powered answer that tries to be all of them at once.
-
Obs.js: Meet Your Users Where They Actually Are
Web performance happens somewhere between you and your user. Obs.js hands you the signals to deliver the right experience to the right person under the right conditions, right now.
-
prettier-plugin-tailwindcss: End the Great Class Order War
Nobody should spend code review energy arguing whether flex comes before p-4. Let the machine decide, consistently, on every save.
-
Critical: Painting the Fold Before the Stylesheet Lands
A render-blocking stylesheet can hold your whole page hostage. Critical defuses that by inlining just the styles the first screen needs and deferring everything else.
-
NES.css: Press Start to Style Your App Like an 8-Bit Game
Sometimes you don't need a design system that scales to a thousand engineers. Sometimes you just want your hackathon demo to look like a Game Boy cartridge. NES.css is exactly that kind of joy.
-
Sanding Down the Sharp Edges of View Transitions with view-transitions-toolkit
The native View Transitions API is powerful but low-level. This toolkit hands you small, well-typed helpers that turn its most tedious recipes into one-liners.
-
Sugar High: The 1 kB Syntax Highlighter That Lets CSS Pick the Colors
A syntax highlighter so small it fits in a kilobyte, built by a Next.js core member for his own blog. Here is how it works and why owning your colors in CSS is liberating.
-
Chartify: Paint Your Data with CSS Magic in React
In the world of data visualization, sometimes less is more. Chartify offers a refreshing approach to creating charts in React applications, leveraging the power of CSS to bring your data to life.
-
Satori: Illuminating the Path from HTML to SVG
Discover how Satori can transform your HTML and CSS into stunning SVG images with ease. This article explores the library’s features, usage, and advanced capabilities.