2 repositorios
Mechanisms for registering new modifier prefixes for conditional styles with static and parameterized variants via a plugin system.
Distinct from CSS Variant Modifiers: Distinct from CSS Variant Modifiers: focuses on the plugin-based registration mechanism for creating variant modifiers, not the syntax for applying them.
Explore 2 awesome GitHub repositories matching web development · Plugin-Based Variant Modifiers. 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
Adds custom utility classes, variants, or design tokens through a plugin system without modifying the core framework.
Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty
Creates new modifier prefixes for conditional styles with static and parameterized variants.