Skip to content

Commit 15fed50

Browse files
authored
Add undocumented border radius value (#2023)
1 parent d979039 commit 15fed50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/utilities/borders.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use `border-dashed` to give an element a dashed border.
6464

6565
## Rounded corners
6666

67-
Use the following utilities to add or remove rounded corners: `rounded-0` removes rounded corners, `rounded-1` applies a border radius of 4px, `rounded-2` applies a border radius of 6px. `.circle` applies a border radius of 50%, which turns square elements into perfect circles.
67+
Use the following utilities to add or remove rounded corners: `rounded-0` removes rounded corners, `rounded-1` applies a border radius of 4px, `rounded-2` applies a border radius of 6px, and `rounded-3` applies a border radius of 8px. `.circle` applies a border radius of 50%, which turns square elements into perfect circles.
6868

6969
```html live
7070
<div class="border rounded-0 p-2 mb-2">

0 commit comments

Comments
 (0)