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