Missed parent-hover -> group-hover changes

This commit is contained in:
Adam Wathan 2017-12-01 10:15:39 -05:00
parent 7a0a0a8bd7
commit 48c429d18f
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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.