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