mirror of
https://github.com/primer/css.git
synced 2025-01-03 03:34:16 +03:00
docs(utilities): add border-x example
This commit is contained in:
parent
32e39767b8
commit
15ebd6ffc3
@ -21,7 +21,7 @@ The default border utility applies a solid, 1px border, with a default gray colo
|
||||
</div>
|
||||
```
|
||||
|
||||
Borders can be applied to a specific edge or to the Y axis.
|
||||
Borders can be applied to a specific edge or to the X and Y axes individually:
|
||||
|
||||
```html
|
||||
<div class="d-flex mb-3">
|
||||
@ -38,6 +38,9 @@ Borders can be applied to a specific edge or to the Y axis.
|
||||
.border-right
|
||||
</div>
|
||||
</div>
|
||||
<div class="border-x">
|
||||
.border-x
|
||||
</div>
|
||||
<div class="border-y">
|
||||
.border-y
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user