Skip to content

Commit e759cf7

Browse files
committed
Add all utilities on the state-variants page
1 parent d0d41b7 commit e759cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/docs/state-variants.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add the `hover:` prefix to only apply a utility on hover.
2929
<svg class="fill-current h-6 w-6 text-white opacity-75 mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.5-5h1c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5zm0-8h1c.276 0 .5.224.5.5V8l-.5 3-1 .5L9 8V5.5c0-.276.224-.5.5-.5z"/></svg>
3030
</div>
3131
<div>
32-
<p class="leading-tight mb-2"><strong class="font-bold">By default, hover variants are only generated for background color, border color, font weight, text color, and text style utilities.</strong></p>
32+
<p class="leading-tight mb-2"><strong class="font-bold">By default, hover variants are only generated for background color, border color, font weight, shadow, text color, and text style utilities.</strong></p>
3333
<p>You can customize this in the <a href="/docs/configuration#modules" class="underline">modules section</a> of your configuration file.</p>
3434
</div>
3535
</div>
@@ -56,7 +56,7 @@ Add the `focus:` prefix to only apply a utility on focus.
5656
<svg class="fill-current h-6 w-6 text-white opacity-75 mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10zm0-2c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm-.5-5h1c.276 0 .5.224.5.5v1c0 .276-.224.5-.5.5h-1c-.276 0-.5-.224-.5-.5v-1c0-.276.224-.5.5-.5zm0-8h1c.276 0 .5.224.5.5V8l-.5 3-1 .5L9 8V5.5c0-.276.224-.5.5-.5z"/></svg>
5757
</div>
5858
<div>
59-
<p class="leading-tight mb-2"><strong class="font-bold">By default, focus variants are not generated for any utilities.</strong></p>
59+
<p class="leading-tight mb-2"><strong class="font-bold">By default, focus variants are only generated for background color, border color, font weight, outline, shadow, text color, and text style utilities.</strong></p>
6060
<p>You can customize this in the <a href="/docs/configuration#modules" class="underline">modules section</a> of your configuration file.</p>
6161
</div>
6262
</div>

0 commit comments

Comments
 (0)