awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesCSS Variant Modifiers

Syntax for applying state-based or responsive variants to CSS utility classes.

Explore 6 awesome GitHub repositories matching web development · CSS Variant Modifiers. Refine with filters or upvote what's useful.

Awesome CSS Variant Modifiers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tailwindlabs/tailwindcssAvatar de tailwindlabs

    tailwindlabs/tailwindcss

    95,592Ver en GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    Supports adaptive design and complex styling logic through a prefix-based syntax for responsive and state-dependent modifiers.

    TypeScriptcssframeworkutility
    Ver en GitHub↗95,592
  • unocss/unocssAvatar de unocss

    unocss/unocss

    18,854Ver en GitHub↗

    UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia

    Produces multiple CSS rules from a single utility definition, allowing for complex styling like hover states or nested selectors.

    TypeScriptatomic-cssengineunocss
    Ver en GitHub↗18,854
  • windicss/windicssAvatar de windicss

    windicss/windicss

    6,515Ver en GitHub↗

    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.

    TypeScriptcsscss-compileron-demand
    Ver en GitHub↗6,515
  • tailwindlabs/tailwindcss-typographyAvatar de tailwindlabs

    tailwindlabs/tailwindcss-typography

    6,249Ver en GitHub↗

    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.

    JavaScript
    Ver en GitHub↗6,249
  • dcastil/tailwind-mergeAvatar de dcastil

    dcastil/tailwind-merge

    5,648Ver en GitHub↗

    tailwind-merge is a utility library that resolves conflicting Tailwind CSS class strings when combining multiple sets of classes. It automatically detects and removes conflicting utility classes, keeping only the last class from each group that modifies the same CSS property, while preserving non-conflicting and non-Tailwind classes unchanged. The library handles complex conflict scenarios including modifier-order resolution, arbitrary value type detection, postfix modifier semantics, and asymmetric conflicts where one class group removes preceding classes from other groups but not vice versa

    Merges classes with postfix modifiers like line-height, resolving conflicts correctly.

    TypeScriptcsstailwindcssutility-classes
    Ver en GitHub↗5,648
  • rstacruz/rscssAvatar de rstacruz

    rstacruz/rscss

    3,907Ver en GitHub↗

    rscss is a CSS architecture framework and design system specification used to organize stylesheets. It provides a methodology for defining reusable components and their child elements through a consistent naming standard and component-based file partitioning. The system emphasizes a flat nesting hierarchy to prevent specificity conflicts and deep selector nesting. It utilizes a visual variant pattern that applies appearance variations to components via prefixed classes and a utility class specification for implementing global helper classes for layout adjustments. The framework covers the br

    Provides a system for creating multiple appearance options for a single component without overriding base styles.

    css
    Ver en GitHub↗3,907
  1. Home
  2. Web Development
  3. Web Standards
  4. Responsive CSS Frameworks
  5. CSS Variant Modifiers

Explorar subetiquetas

  • Component Visual VariantsCreating appearance options for components without complex selectors or base style overrides. **Distinct from CSS Variant Modifiers:** Distinct from CSS Variant Modifiers: focuses on a system for defining component appearance options rather than responsive or state-based syntax.
  • Full Variant CSS GenerationsProduces CSS for every variant of a recipe at build time for complete style coverage. **Distinct from CSS Variant Modifiers:** Distinct from CSS Variant Modifiers: focuses on generating all variant CSS at build time, not just applying variant syntax.
  • Plugin-Based Variant ModifiersMechanisms 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.
  • Postfix Modifier MergersMerges classes with postfix modifiers like line-height, resolving conflicts correctly. **Distinct from CSS Variant Modifiers:** Distinct from CSS Variant Modifiers: focuses on merging classes with postfix modifiers, not applying state-based or responsive variants.
  • Visual Variant PatternsA system for applying appearance variations via prefixed classes instead of deep nesting. **Distinct from CSS Variant Modifiers:** Distinct from CSS Variant Modifiers: focuses on a specific structural pattern for component variants rather than responsive/state syntax.