From 35675e5a59e46dc70e5afbadcb504f37ee4adc6c Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Wed, 13 Dec 2017 14:32:58 -0500 Subject: [PATCH] Mention hover utilities I forgot about in the state variants docs --- docs/source/docs/state-variants.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/state-variants.blade.md b/docs/source/docs/state-variants.blade.md index f44c43660..582b354fe 100644 --- a/docs/source/docs/state-variants.blade.md +++ b/docs/source/docs/state-variants.blade.md @@ -29,7 +29,7 @@ Add the `hover:` prefix to only apply a utility on hover.
-

By default, hover variants are only generated for background color, border color, and text color utilities.

+

By default, hover variants are only generated for background color, border color, font weight, text color, and text style utilities.

You can customize this in the modules section of your configuration file.