A utility service to efficiently merge Tailwind CSS classes in C# without style conflicts.
- Supports Tailwind CSS v4 (if you use Tailwind v3, use tailwind-merge-dotnet v0.3.0)
- Thread-safe LRU caching
- Compatible with .NET 8 and 9
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started. Please adhere to this project's CODE_OF_CONDUCT.
This project is a C# adaptation of tailwind-merge originally developed by dcastil.