mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-10 23:58:57 +08:00
26 lines
424 B
Plaintext
26 lines
424 B
Plaintext
import Compatibility from "../_compatibility.mdx";
|
|
import Usage from "../_usage.mdx";
|
|
|
|
# Max-Width
|
|
|
|
## Usage
|
|
|
|
<Usage />
|
|
|
|
## Compatibility
|
|
|
|
<Compatibility
|
|
supported={[
|
|
"max-w-0",
|
|
"max-w-[n]",
|
|
"max-w-{n}",
|
|
"max-w-full",
|
|
"max-w-screen-sm",
|
|
"max-w-screen-md",
|
|
"max-w-screen-lg",
|
|
"max-w-screen-xl",
|
|
"max-w-screen-2xl",
|
|
]}
|
|
none={["max-w-min", "max-w-max", "max-w-fit", "max-w-prose"]}
|
|
/>
|