transition-colors
Usage
<div class="transition-colors">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the transition-colors
class:
<!-- Basic usage -->
<div class="transition-colors">
Content
</div>
<!-- With other classes -->
<div class="transition-colors p-4 bg-white">
Content with padding and background
</div>