Skip to content

Instantly share code, notes, and snippets.

@colorful-tones
Last active June 10, 2024 21:12
Show Gist options
  • Save colorful-tones/56c090ab4b458cdfc77025dd076889e5 to your computer and use it in GitHub Desktop.
Save colorful-tones/56c090ab4b458cdfc77025dd076889e5 to your computer and use it in GitHub Desktop.
Testing Section Styles in WP 6.6 Beta 1
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 3,
"title": "Mock",
"blockTypes": [ "core/paragraph" ],
"styles": {
"color": {
"background": "#93008A",
"text": "#FFFB20"
},
"spacing": {
"margin": "220px"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment