Skip to content

Commit

Permalink
Remove obsolete props from Border docs
Browse files Browse the repository at this point in the history
  • Loading branch information
connorholyday authored Aug 11, 2018
1 parent 717f096 commit 87bdb9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/components/Border.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Border

```.jsx
<Border
py={2}
top
bottom>
<Border py={2}>
Hello
</Border>
```
Expand Down Expand Up @@ -33,4 +30,4 @@ px | | space | responsive
py | | space | responsive
width | | N/A | responsive
color | | colors | responsive
bg | | colors | responsive
bg | | colors | responsive

0 comments on commit 87bdb9f

Please sign in to comment.