Jeremy Mullis
Jeremy Mullis
## Expected behavior Gutenberg blocks that make use of a "wp-container" block including core/group and core/gallery should work as expected even in paged content. This refers to single posts that...
**Describe the bug** When the local wordpress_path is set to '/html' this causes a database push to change the 'html_type', replacing '/html' with the remote_path. For instance if the remote...
Is there a good way to enable these basic stats about asset sizes like webpack-cli does? 
For instance with the core fontSize plugin, I can do this: ```css :root { --foo: theme('fontSize.lg'); } ``` ...but since the fluid type plugin calculates the final values at build...