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