Skip to content

Commit 571ac0a

Browse files
authored
Update transition property values (#2343)
Updates `transition-property` values as per tailwindlabs/tailwindcss#15690 and tailwindlabs/tailwindcss#17812. see tailwindlabs/tailwindcss#18793
1 parent 8a46614 commit 571ac0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/transition-property.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const description = "Utilities for controlling which CSS properties trans
1212
[
1313
"transition",
1414
dedent`
15-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
15+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
1616
transition-timing-function: var(--default-transition-timing-function); /* cubic-bezier(0.4, 0, 0.2, 1) */
1717
transition-duration: var(--default-transition-duration); /* 150ms */
1818
`,
@@ -28,7 +28,7 @@ export const description = "Utilities for controlling which CSS properties trans
2828
[
2929
"transition-colors",
3030
dedent`
31-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
31+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
3232
transition-timing-function: var(--default-transition-timing-function); /* cubic-bezier(0.4, 0, 0.2, 1) */
3333
transition-duration: var(--default-transition-duration); /* 150ms */
3434
`,

0 commit comments

Comments
 (0)