Skip to content

Instantly share code, notes, and snippets.

@mwhiteley16
Created June 28, 2023 11:27
Show Gist options
  • Save mwhiteley16/0828598c42fafc29c339372f69ce93c6 to your computer and use it in GitHub Desktop.
Save mwhiteley16/0828598c42fafc29c339372f69ce93c6 to your computer and use it in GitHub Desktop.
Theme.json
"styles": {
"blocks": {
"core/button": {
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--background)"
},
"border": {
"color": "var(--wp--preset--color--primary)"
},
"spacing": {
"padding": {
"top": "var(--wp--preset--spacing--tiny)",
"right": "var(--wp--preset--spacing--medium)",
"bottom": "var(--wp--preset--spacing--tiny)",
"left": "var(--wp--preset--spacing--medium)"
}
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment