Skip to content

Commit 458660e

Browse files
authored
fix: upgrade guide typo on transition-colors property (#2401)
Going through the upgrade, I found a typo on the `transition-color` > `transition-colors` property. See doc: https://tailwindcss.com/docs/transition-property
1 parent 14ca761 commit 458660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/upgrade-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ Generally though we recommend treating hover functionality as an enhancement, an
760760

761761
### Transitioning outline-color
762762

763-
The `transition` and `transition-color` utilities now include the `outline-color` property.
763+
The `transition` and `transition-colors` utilities now include the `outline-color` property.
764764

765765
This means if you were adding an outline with a custom color on focus, you will see the color transition from the default color. To avoid this, make sure you set the outline color unconditionally, or explicitly set it for both states:
766766

0 commit comments

Comments
 (0)