Skip to content

Commit 35675e5

Browse files
committed
Mention hover utilities I forgot about in the state variants docs
1 parent ca9f482 commit 35675e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/state-variants.blade.md

Lines changed: 1 addition & 1 deletion
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="mb-2"><strong>By default, hover variants are only generated for background color, border color, and text color utilities.</strong></p>
32+
<p class="mb-2"><strong>By default, hover variants are only generated for background color, border color, font weight, 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>

0 commit comments

Comments
 (0)