Jeremy Mullis

Results 4 issues of 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...

2.0

**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...

🐛 Bug

Is there a good way to enable these basic stats about asset sizes like webpack-cli does? ![image](https://user-images.githubusercontent.com/1050936/56382472-133de180-61dd-11e9-86ad-cc0c450802b2.png)

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...

enhancement