We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
min-height: none
1 parent 248a97e commit 6df5e0aCopy full SHA for 6df5e0a
src/docs/min-height.mdx
@@ -12,7 +12,6 @@ export const description = "Utilities for setting the minimum height of an eleme
12
["min-h-<number>", "min-height: calc(var(--spacing) * <number>);"],
13
["min-h-<fraction>", "min-height: calc(<fraction> * 100%);"],
14
["min-h-auto", "min-height: auto;"],
15
- ["min-h-none", "min-height: none;"],
16
["min-h-px", "min-height: 1px;"],
17
["min-h-full", "min-height: 100%;"],
18
["min-h-screen", "min-height: 100vh;"],
0 commit comments