Skip to content

Commit

Permalink
Add docs for border styles (#31040)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw authored Apr 21, 2021
1 parent e5d419e commit 92f3e12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/how-to-guides/themes/theme-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@ Each block declares which style properties it exposes via the [block supports me
"styles": {
"some/block/selector": {
"border": {
"radius": "value"
"color": "value",
"radius": "value",
"style": "value",
"width": "value"
},
"color": {
"background": "value",
Expand Down

0 comments on commit 92f3e12

Please sign in to comment.