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

16 lines
255 B
Plaintext

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