Join Nostr
2025-07-23 06:00:04 UTC

bordalix on Nostr: Buenos días! Wednesday assorted links: vanilla-extract — Zero-runtime ...

Buenos días!

Wednesday assorted links:

vanilla-extract — Zero-runtime Stylesheets-in-TypeScript.

Zero-runtime Stylesheets in TypeScript.\r Use TypeScript as your preprocessor. Write type‑safe, locally scoped classes, variables and themes, then generate static CSS files at build time.

🔗 https://vanilla-extract.style/

---

chubin/wttr.in

The right way to check the weather

🔗 https://github.com/chubin/wttr.in

---

Don't animate height! | Granola

Our app was mysteriously using 60% CPU and 25% GPU on my M2 MacBook. It turned out this was due to a tiny CSS animation! In this post, I show how to find expensive animations, why some are so expensive, and how to make many animations much cheaper. Along the way, we'll learn how the browser renders CSS animations and how to use Chrome's dev tools for performance profiling.

🔗 https://www.granola.ai/blog/dont-animate-height

---

A Friendly Introduction to SVG • Josh W. Comeau

The really cool thing is that SVGs are first-class citizens in the DOM. We can use CSS and JavaScript to select and modify SVG nodes, as if they were HTML elements.

🔗 https://www.joshwcomeau.com/svg/friendly-introduction-to-svg/