Files
2022-07-12 19:05:30 +10:00

16 lines
256 B
Plaintext

import Compatibility from "../_compatibility.mdx";
import Usage from "../_usage.mdx";
# Height
## Usage
<Usage />
## Compatibility
<Compatibility
supported={["h-{n}", "h-[n]", "h-full", "h-screen"]}
none={["h-auto", "h-min", "h-max", "h-fit"]}
/>