Skip to content

Commit 6df5e0a

Browse files
committed
Delete mention of invalid min-height: none
Complimentary documentation PR for tailwindlabs/tailwindcss#15845.
1 parent 248a97e commit 6df5e0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docs/min-height.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export const description = "Utilities for setting the minimum height of an eleme
1212
["min-h-<number>", "min-height: calc(var(--spacing) * <number>);"],
1313
["min-h-<fraction>", "min-height: calc(<fraction> * 100%);"],
1414
["min-h-auto", "min-height: auto;"],
15-
["min-h-none", "min-height: none;"],
1615
["min-h-px", "min-height: 1px;"],
1716
["min-h-full", "min-height: 100%;"],
1817
["min-h-screen", "min-height: 100vh;"],

0 commit comments

Comments
 (0)