Skip to content

Commit

Permalink
Rebuild child themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed May 18, 2021
1 parent 3cde947 commit 547e7fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion mayland-blocks/experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@
"button": {
"border": {
"color": "var(--wp--custom--button--color--text)",
"hoverColor": "transparent",
"radius": "4px",
"style": "solid",
"width": "0"
"hoverStyle": "solid",
"width": "0",
"hoverWidth": "0"
},
"color": {
"background": "var(--wp--custom--color--secondary)",
Expand Down Expand Up @@ -374,6 +377,11 @@
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/navigation-link": {
"color": {
"background": "var(--wp--custom--color--background)"
}
},
"core/post-content": {
"spacing": {
"padding": {
Expand Down
10 changes: 9 additions & 1 deletion seedlet-blocks/experimental-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,12 @@
"button": {
"border": {
"color": "var(--wp--custom--button--color--text)",
"hoverColor": "transparent",
"radius": "4px",
"style": "solid",
"width": "0"
"hoverStyle": "solid",
"width": "0",
"hoverWidth": "0"
},
"color": {
"background": "var(--wp--custom--color--secondary)",
Expand Down Expand Up @@ -404,6 +407,11 @@
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/navigation-link": {
"color": {
"background": "var(--wp--custom--color--background)"
}
},
"core/post-content": {
"spacing": {
"padding": {
Expand Down

0 comments on commit 547e7fe

Please sign in to comment.