From 70f081a0faaf4f17138eb331efd8ff5aa65c548d Mon Sep 17 00:00:00 2001 From: Sina Bayandorian Date: Sat, 10 May 2025 14:33:02 +0330 Subject: [PATCH] Docs: Missing dataType for custom variable usage in text-decoration-thickness utility --- src/docs/text-decoration-thickness.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/text-decoration-thickness.mdx b/src/docs/text-decoration-thickness.mdx index db79ea654..2476abf1e 100644 --- a/src/docs/text-decoration-thickness.mdx +++ b/src/docs/text-decoration-thickness.mdx @@ -11,7 +11,7 @@ export const description = "Utilities for controlling the thickness of text deco ["decoration-", "text-decoration-thickness: px;"], ["decoration-from-font", "text-decoration-thickness: from-font;"], ["decoration-auto", "text-decoration-thickness: auto;"], - ["decoration-()", "text-decoration-thickness: var();"], + ["decoration-(length:)", "text-decoration-thickness: var();"], ["decoration-[]", "text-decoration-thickness: ;"], ]} /> @@ -62,6 +62,7 @@ Use `decoration-` utilities like `decoration-2` and `decoration-4` to ch name="text decoration thickness" value="0.25rem" variable="decoration-thickness" + dataType="length" /> ### Responsive design