1 dépôt
Frameworks that transform style definitions into standard CSS files at build time for maximum performance.
Distinct from CSS Frameworks: Specifically removes the runtime engine entirely, whereas general CSS frameworks may include runtime logic.
Explore 1 awesome GitHub repository matching user interface & experience · Zero-Runtime. Refine with filters or upvote what's useful.
vanilla-extract is a type-safe CSS-in-JS library and zero-runtime CSS framework. It uses TypeScript to define styles and design tokens, compiling these definitions into static CSS files during the build process to eliminate styling overhead in the browser. The system acts as a scoped CSS generator, producing unique class names and local variables to prevent global style leakage and naming collisions. It provides a type-safe styling tool that validates CSS property values and ensures design tokens adhere to defined themes during development. The framework covers comprehensive styling utilitie
Converts TypeScript style definitions into standard CSS files to improve browser performance.