mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Missed parent-hover -> group-hover changes
This commit is contained in:
parent
7a0a0a8bd7
commit
48c429d18f
@ -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:
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user