diff --git a/src/docs/display.mdx b/src/docs/display.mdx index 546c0ece5..35d8c08fd 100644 --- a/src/docs/display.mdx +++ b/src/docs/display.mdx @@ -40,7 +40,7 @@ export const description = "Utilities for controlling the display box type of an padding: 0; margin: -1px; overflow: hidden; - clip: rect(0, 0, 0, 0); + clip-path: inset(50%); white-space: nowrap; border-width: 0; `,