From 6df5e0ae54e1f1e4c39349b2e2724af30d715477 Mon Sep 17 00:00:00 2001 From: wongjn <11310624+wongjn@users.noreply.github.com> Date: Sat, 25 Jan 2025 13:15:47 +0000 Subject: [PATCH] Delete mention of invalid `min-height: none` Complimentary documentation PR for tailwindlabs/tailwindcss#15845. --- src/docs/min-height.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/docs/min-height.mdx b/src/docs/min-height.mdx index 3bc7b6698..005c7d87f 100644 --- a/src/docs/min-height.mdx +++ b/src/docs/min-height.mdx @@ -12,7 +12,6 @@ export const description = "Utilities for setting the minimum height of an eleme ["min-h-", "min-height: calc(var(--spacing) * );"], ["min-h-", "min-height: calc( * 100%);"], ["min-h-auto", "min-height: auto;"], - ["min-h-none", "min-height: none;"], ["min-h-px", "min-height: 1px;"], ["min-h-full", "min-height: 100%;"], ["min-h-screen", "min-height: 100vh;"],