The predefinite CSS-in-JS library for Vite. fully static. compiles away like it never existed. uses regular css syntax, not javascript objects. minimal api surface: you write some styles, you get back a scoped class. suppports nesting selectors and at-rules, including @container, and @layer. supports sass itself! Try one of the starter templates on stackblitz: vite + preact vite + react vite + sol

