tailwind index

index of tailwind

2025-04-13

Written by: tdtc

out of the box

Custom utilities are automatically inserted into the utilities layer along with all of the built-in utilities in the framework.

@utility content-auto {
  content-visibility: auto;
}
<div class="hover:content-auto">
  <!-- ... -->
</div>

adding custom theme

variants

Ref