Skip to content

Instantly share code, notes, and snippets.

@elpuas
Last active June 21, 2022 19:40
Show Gist options
  • Save elpuas/fa97f5a8caf98de137a37c22da799e5c to your computer and use it in GitHub Desktop.
Save elpuas/fa97f5a8caf98de137a37c22da799e5c to your computer and use it in GitHub Desktop.
Theme JSON Example on how to add styles to our buttons
"styles":{
"blocks": {
"core/button": {
"spacing": {
"padding": {
"top": "16px",
"right": "32px",
"bottom": "16px",
"left": "32px"
}
},
"border": {
"radius": "4px"
},
"color": {
"background": "var(--wp--preset--color--primary)",
"text": "var(--wp--preset--color--white)"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--size28)",
"fontFamily": "var(--wp--preset--font-family--helvetica-arial)"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment