Skip to content

Commit 48c429d

Browse files
committed
Missed parent-hover -> group-hover changes
1 parent 7a0a0a8 commit 48c429d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/docs/configuration.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The available state variants are:
163163
- `responsive`, for generating breakpoint-specific versions of those utilities
164164
- `hover`, for generating versions of those utilities that only take effect on hover
165165
- `focus`, for generating versions of those utilities that only take effect on focus
166-
- `parent-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered
166+
- `group-hover`, for generating versions of those utilities that only take effect when a marked parent element is hovered
167167

168168
To include a module but not generate any state variants, use an empty array:
169169

docs/source/docs/svg.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Control which stroke utilities Tailwind generates by customizing the `svgStroke`
8989

9090
### Responsive, Hover, and Focus Variants
9191

92-
By default, no responsive, hover, focus, or parent-hover variants are generated for fill and stroke utilities.
92+
By default, no responsive, hover, focus, or group-hover variants are generated for fill and stroke utilities.
9393

9494
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.
9595

0 commit comments

Comments
 (0)