Results 206 comments of Ben Dwyer

This was closed by https://github.com/WordPress/gutenberg/pull/62578

I started some exploration here: https://github.com/WordPress/gutenberg/pull/56622

> @scruffian what do you think about following up https://github.com/WordPress/gutenberg/pull/56622 with this? Where color-only and typeset-only variations are added as presets, not as full variations. How should this work? We...

Added a [PR](https://github.com/WordPress/wordpress-develop/pull/6603/files) and [a ticket](https://core.trac.wordpress.org/ticket/61267) for the theme JSON changes.

Added [a PR](https://github.com/WordPress/wordpress-develop/pull/6607) and [a trac ticket](https://core.trac.wordpress.org/ticket/61271) for the Duotone backport.

This is better described by https://github.com/WordPress/gutenberg/issues/61320

I think we should add the experimental spacing / padding option to the block, and then set the values in the theme.json. We won't be able to use 8% though,...

> I think we should add the experimental spacing / padding option to the block, and then set the values in the theme.json. We won't be able to use 8%...

> I'm not sure the best way to ensure that those blocks pick up the same styles as the default Button Block (but they should). Shouldn't they also implement their...

It looks like it might be time to revisit the Button changes in #21266. @youknowriad do you think its worth giving that another go? Is there a better approach now?