Skip to content

Commit

Permalink
Merge pull request #614 from primer/fix-padding-doc
Browse files Browse the repository at this point in the history
fix broken border-radius helper example
  • Loading branch information
shawnbot authored Nov 29, 2018
2 parents 1105321 + 542c70b commit c6216b1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/primer-utilities/docs/borders.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,17 @@ Use the following utilities to add or remove rounded corners: `rounded-0` remove
You can also add rounded corners to each edge (top, right, bottom, left) with the following utilities:

```html
<div class="border rounded-top mb-2">
.rounded-top
<div class="border rounded-top-1 mb-2">
.rounded-top-1
</div>
<div class="border rounded-right mb-2">
.rounded-right
<div class="border rounded-right-1 mb-2">
.rounded-right-1
</div>
<div class="border rounded-bottom mb-2">
.rounded-bottom
<div class="border rounded-bottom-1 mb-2">
.rounded-bottom-1
</div>
<div class="border rounded-left mb-2">
.rounded-left
<div class="border rounded-left-1 mb-2">
.rounded-left-1
</div>
```

Expand Down

0 comments on commit c6216b1

Please sign in to comment.