awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tailwindlabs/tailwindcsstailwindlabs 的头像

    tailwindlabs/tailwindcss

    95,592在 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
    在 GitHub 上查看↗95,592
  • unocss/unocssunocss 的头像

    unocss/unocss

    18,854在 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
    在 GitHub 上查看↗18,854
  • windicss/windicsswindicss 的头像

    windicss/windicss

    6,515在 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
    在 GitHub 上查看↗6,515
  • tailwindlabs/tailwindcss-typographytailwindlabs 的头像

    tailwindlabs/tailwindcss-typography

    6,249在 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
    在 GitHub 上查看↗6,249
  • dcastil/tailwind-mergedcastil 的头像

    dcastil/tailwind-merge

    5,648在 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
    在 GitHub 上查看↗5,648
  • rstacruz/rscssrstacruz 的头像

    rstacruz/rscss

    3,907在 GitHub 上查看↗

    rscss 是一个 CSS 架构框架和设计系统规范,用于组织样式表。它提供了一种通过一致的命名标准和基于组件的文件分区来定义可复用组件及其子元素的方法。 该系统强调扁平的嵌套层级,以防止特异性冲突和深层选择器嵌套。它利用视觉变体模式,通过前缀类将外观变体应用于组件,并使用工具类规范来实现用于布局调整的全局辅助类。 该框架涵盖了 CSS 架构设计、基于组件的样式设计以及视觉变体和全局工具辅助类的管理等更广泛的领域。

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

    css
    在 GitHub 上查看↗3,907
  1. Home
  2. Web Development
  3. Web Standards
  4. Responsive CSS Frameworks
  5. CSS Variant Modifiers

探索子标签

  • 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.