From 7b6ae21c961bc4a1eee36eb3b15640383602f794 Mon Sep 17 00:00:00 2001 From: redeltobias <39133373+redeltobias@users.noreply.github.com> Date: Mon, 10 Nov 2025 08:25:33 +0100 Subject: [PATCH] docs: update sr-only utility to use clip-path inset(50%) --- src/docs/display.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `,