diff --git a/docs/source/docs/state-variants.blade.md b/docs/source/docs/state-variants.blade.md index f7327fb37..f44c43660 100644 --- a/docs/source/docs/state-variants.blade.md +++ b/docs/source/docs/state-variants.blade.md @@ -8,8 +8,6 @@ Similar to our [responsive prefixes](/docs/responsive-design), Tailwind makes it ## Hover -*By default, **hover variants are only generated for background color, border color, and text color utilities.** You can customize this in the [modules section](/docs/configuration#modules) of your configuration file.* - Add the `hover:` prefix to only apply a utility on hover. @component('_partials.code-sample', ['lang' => 'html', 'class' => 'text-center']) @@ -25,9 +23,20 @@ Add the `hover:` prefix to only apply a utility on hover. @endslot @endcomponent -## Focus +
By default, hover variants are only generated for background color, border color, and text color utilities.
+You can customize this in the modules section of your configuration file.
+By default, focus variants are not generated for any utilities.
+You can customize this in the modules section of your configuration file.
+By default, group hover variants are not generated for any utilities.
+You can customize this in the modules section of your configuration file.
+