Skip to content

Commit

Permalink
rebuild theme.json
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Apr 26, 2021
1 parent fd635dd commit d389a7b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions quadrat/experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
"lineHeight": 2
},
"border": {
"radius": "0"
"radius": "0",
"width": "0",
"style": "solid",
"color": "var(--wp--custom--button--color--text)"
},
"color": {
"text": "var(--wp--preset--color--blue)",
Expand Down Expand Up @@ -163,6 +166,11 @@
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"code": {
"typography": {
"fontFamily": "monospace"
}
},
"quote": {
"typography": {
"textAlign": "left"
Expand Down Expand Up @@ -288,6 +296,12 @@
"h6": 1.4
}
}
},
"border": {
"customColor": true,
"customRadius": true,
"customStyle": true,
"customWidth": true
}
}
},
Expand Down Expand Up @@ -325,7 +339,10 @@
"lineHeight": "var(--wp--custom--button--typography--line-height)"
},
"border": {
"radius": "var(--wp--custom--button--border--radius)"
"radius": "var(--wp--custom--button--border--radius)",
"style": "var(--wp--custom--button--border--style)",
"width": "var(--wp--custom--button--border--width)",
"color": "var(--wp--custom--button--border--color)"
}
},
"core/heading/h1": {
Expand Down

0 comments on commit d389a7b

Please sign in to comment.