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.
1 parent 0f0a203 commit 7a6a9ceCopy full SHA for 7a6a9ce
src/docs/border-radius.mdx
@@ -34,6 +34,7 @@ export const description = "Utilities for controlling the border radius of an el
34
`${className}-3xl`,
35
properties.map((property) => `${property}: var(--radius-3xl); /* 1.5rem (24px) */`).join("\n"),
36
],
37
+ [`${className}-4xl`, properties.map((property) => `${property}: var(--radius-4xl); /* 2rem (32px) */`).join("\n")],
38
[`${className}-none`, properties.map((property) => `${property}: 0;`).join("\n")],
39
[`${className}-full`, properties.map((property) => `${property}: calc(infinity * 1px);`).join("\n")],
40
[
0 commit comments