mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
Add new border-radius utilities (#36540)
* Add new border-radius utilities * Fix bundlewatch * Fix bundlewatch again Co-authored-by: Mark Otto <markdotto@gmail.com>
This commit is contained in:
@@ -139,6 +139,15 @@ Use the scaling classes for larger or smaller rounded corners. Sizes range from
|
||||
{{< placeholder width="75" height="75" class="rounded-5" title="Example extra large rounded image" >}}
|
||||
{{< /example >}}
|
||||
|
||||
{{< example class="bd-example-rounded-utils" >}}
|
||||
|
||||
{{< placeholder width="75" height="75" class="rounded-bottom-1" title="Example small rounded image" >}}
|
||||
{{< placeholder width="75" height="75" class="rounded-start-2" title="Example default left rounded image" >}}
|
||||
{{< placeholder width="75" height="75" class="rounded-end-circle" title="Example right completely round image" >}}
|
||||
{{< placeholder width="75" height="75" class="rounded-start-pill" title="Example left rounded pill image" >}}
|
||||
{{< placeholder width="75" height="75" class="rounded-5 rounded-top-0" title="Example extra large bottom rounded image" >}}
|
||||
{{< /example >}}
|
||||
|
||||
## CSS
|
||||
|
||||
### Variables
|
||||
|
Reference in New Issue
Block a user