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

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

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

1 个仓库

Awesome GitHub RepositoriesCSS Class Value Validators

Validator functions that check if a Tailwind class value matches a specific CSS type, such as number or arbitrary image.

Distinct from Allowed Value Validations: Distinct from Allowed Value Validations: validates against CSS-specific types (length, color, image) rather than arbitrary predefined constants.

Explore 1 awesome GitHub repository matching software engineering & architecture · CSS Class Value Validators. Refine with filters or upvote what's useful.

Awesome CSS Class Value Validators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Provides validator functions to check if a class value matches a specific CSS type for correct conflict resolution.

    TypeScriptcsstailwindcssutility-classes
    在 GitHub 上查看↗5,648
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Allowed Value Validations
  5. CSS Class Value Validators