From 48c429d18f05aa00b38270d8fe5d1d84f8e9c3ec Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 1 Dec 2017 10:15:39 -0500 Subject: [PATCH] Missed parent-hover -> group-hover changes --- docs/source/docs/configuration.blade.md | 2 +- docs/source/docs/svg.blade.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/docs/configuration.blade.md b/docs/source/docs/configuration.blade.md index 82ce84a5e..3ef8fdfae 100644 --- a/docs/source/docs/configuration.blade.md +++ b/docs/source/docs/configuration.blade.md @@ -163,7 +163,7 @@ The available state variants are: - `responsive`, for generating breakpoint-specific versions of those utilities - `hover`, for generating versions of those utilities that only take effect on hover - `focus`, for generating versions of those utilities that only take effect on focus -- `parent-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered +- `group-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered To include a module but not generate any state variants, use an empty array: diff --git a/docs/source/docs/svg.blade.md b/docs/source/docs/svg.blade.md index e4d09e73c..445312e43 100644 --- a/docs/source/docs/svg.blade.md +++ b/docs/source/docs/svg.blade.md @@ -89,7 +89,7 @@ Control which stroke utilities Tailwind generates by customizing the `svgStroke` ### Responsive, Hover, and Focus Variants -By default, no responsive, hover, focus, or parent-hover variants are generated for fill and stroke utilities. +By default, no responsive, hover, focus, or group-hover variants are generated for fill and stroke utilities. You can control which variants are generated for both fill and stroke utilities by modifying the `svgFill` and `svgStroke` properties in the `modules` section of your Tailwind config file.