Ben Dwyer
Ben Dwyer
I created an issue for it here: https://github.com/WordPress/gutenberg/issues/27740
All of this code relates to the button. I think the file block should use the Button block, so I created an issue for that: https://github.com/WordPress/gutenberg/issues/27760
This needs these changes: https://github.com/WordPress/gutenberg/issues/22071
There's a few rules here that I don't see the need for. The alignment rules don't seem necessary, since the list block doesn't support alignments. The `dt` and `dd` rules...
Would we need to specify how child blocks are styled _when inside_ a child block, or would it be sufficient to simply define defaults for these blocks?
I opened a couple of Gutenberg issues for this: - https://github.com/WordPress/gutenberg/issues/27766 - https://github.com/WordPress/gutenberg/pull/27767
This is blocked by https://github.com/WordPress/gutenberg/issues/27803
The clearfix will be added in https://github.com/WordPress/gutenberg/issues/10299
I created a PR for the margins in inner blocks: https://github.com/WordPress/gutenberg/pull/29525
The block styles should be integrated with global styles: https://github.com/WordPress/gutenberg/issues/27476