Skip to content

Commit 7a6a9ce

Browse files
fix(border-radius): add rounded-4xl class missing (#2190)
1 parent 0f0a203 commit 7a6a9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docs/border-radius.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const description = "Utilities for controlling the border radius of an el
3434
`${className}-3xl`,
3535
properties.map((property) => `${property}: var(--radius-3xl); /* 1.5rem (24px) */`).join("\n"),
3636
],
37+
[`${className}-4xl`, properties.map((property) => `${property}: var(--radius-4xl); /* 2rem (32px) */`).join("\n")],
3738
[`${className}-none`, properties.map((property) => `${property}: 0;`).join("\n")],
3839
[`${className}-full`, properties.map((property) => `${property}: calc(infinity * 1px);`).join("\n")],
3940
[

0 commit comments

Comments
 (0)