awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dcastil/tailwind-mergeAvatar von dcastil

    dcastil/tailwind-merge

    5,648Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,648
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Allowed Value Validations
  5. CSS Class Value Validators