1 repository
JavaScript APIs that generate CSS styles programmatically for custom build pipelines or server-side usage.
Distinct from JavaScript Code Generation: Distinct from JavaScript Code Generation: focuses on generating CSS styles, not general JavaScript code.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Style Generation APIs. Refine with filters or upvote what's useful.
Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while
Generates styles programmatically through a JavaScript API for custom build pipelines or server-side usage.