Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 18, 2021
1 parent a8f3995 commit c9e3e05
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,17 @@
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"lineHeight": "calc(var(--wp--custom--typo--line-height) * 1.16)"
}
}
},
"templateParts": {
"header": { "area": "header" },
"footer": { "area": "footer" }
}
}
}
},
"templateParts": [
{
"name": "header",
"area": "header"
},
{
"name": "footer",
"area": "footer"
}
]
}

0 comments on commit c9e3e05

Please sign in to comment.