Blog.
Writing on cinema and code. Set diaries. Notes when an idea tries to stand up.
3 May 2024
Modern CSS for TypeScript Developers: Getting Started with Vanilla-Extract
In this blog post, we explore the benefits of using Vanilla-Extract, a zero-runtime CSS framework, to manage styles in a TypeScript-based Astro project. Drawing from traditional CSS-in-JS solutions like styled-components, Vanilla-Extract offers a fresh, type-safe approach to creating scoped classes, variables, and themes, generating static CSS files at build time.
typescript