Skip to content

Commit 881ed59

Browse files
louismaximepitonmdo
authored andcommitted
Add .border-circle and .border-pill to the radius size part of the documentation.
1 parent ed25368 commit 881ed59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/docs/5.3/utilities/borders.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,11 @@ Add classes to an element to easily round its corners.
128128
{{< placeholder width="75" height="75" class="rounded-end" title="Example right rounded image" >}}
129129
{{< placeholder width="75" height="75" class="rounded-bottom" title="Example bottom rounded image" >}}
130130
{{< placeholder width="75" height="75" class="rounded-start" title="Example left rounded image" >}}
131-
{{< placeholder width="75" height="75" class="rounded-circle" title="Completely round image" >}}
132-
{{< placeholder width="150" height="75" class="rounded-pill" title="Rounded pill image" >}}
133131
{{< /example >}}
134132

135133
### Sizes
136134

137-
Use the scaling classes for larger or smaller rounded corners. Sizes range from `0` to `5`, and can be configured by modifying the utilities API.
135+
Use the scaling classes for larger or smaller rounded corners. Sizes range from `0` to `5` including `circle` and `pill`, and can be configured by modifying the utilities API.
138136

139137
{{< example class="bd-example-rounded-utils" >}}
140138
{{< placeholder width="75" height="75" class="rounded-0" title="Example non-rounded image" >}}
@@ -143,6 +141,8 @@ Use the scaling classes for larger or smaller rounded corners. Sizes range from
143141
{{< placeholder width="75" height="75" class="rounded-3" title="Example large rounded image" >}}
144142
{{< placeholder width="75" height="75" class="rounded-4" title="Example larger rounded image" >}}
145143
{{< placeholder width="75" height="75" class="rounded-5" title="Example extra large rounded image" >}}
144+
{{< placeholder width="75" height="75" class="rounded-circle" title="Completely round image" >}}
145+
{{< placeholder width="150" height="75" class="rounded-pill" title="Rounded pill image" >}}
146146
{{< /example >}}
147147

148148
{{< example class="bd-example-rounded-utils" >}}

0 commit comments

Comments
 (0)