Skip to content

Commit

Permalink
Add standard spacing presets to Block Canvas (#7717)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan authored Apr 5, 2024
1 parent f2cca4e commit 2f347e9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions block-canvas/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,33 @@
"wideSize": "1000px"
},
"spacing": {
"spacingSizes": [
{
"name": "Step 1",
"size": "0.25rem",
"slug": "10"
},
{
"name": "Step 2",
"size": "0.5rem",
"slug": "20"
},
{
"name": "Step 3",
"size": "0.75rem",
"slug": "30"
},
{
"name": "Step 4",
"size": "1rem",
"slug": "40"
},
{
"name": "Step 5",
"size": "1.25rem",
"slug": "50"
}
],
"units": ["%", "px", "em", "rem", "vh", "vw"]
},
"typography": {
Expand Down

0 comments on commit 2f347e9

Please sign in to comment.