Ramon
Ramon
> though I'd like to have another pair of eyes to look at this (style engine people, etc.). From the style engine perspective, I don't think there's much to add....
I'm working on prepping [packages/style-engine](https://github.com/WordPress/gutenberg/tree/trunk/packages/style-engine) for inclusion in core. WIP here: https://github.com/WordPress/wordpress-develop/pull/3199 This will unblock most of the lib/block-supports migrations given that they're using style engine methods. It requires https://core.trac.wordpress.org/ticket/55966,...
Heads up that I think https://github.com/WordPress/wordpress-develop/pull/3199 (Style engine backport) is baked and ready to land. Thanks to @costdev for helping to prepare.
[This wordpress-develop PR](https://github.com/WordPress/wordpress-develop/pull/3218) backports the following changes: - https://github.com/WordPress/gutenberg/pull/42880
Thanks for reporting this! It's a JS fix. I've added the fix and test coverage over in https://github.com/WordPress/gutenberg/pull/44406 I've also added the `Backport to WP Beta/RC` label.
Thank you for working on this feature, and I learned a lot by reading the code. It came right as we were discussing whether it would be good idea too...
Sorry, I really wanted to test this today, but couldn't get things working according to the description. I think it might be me, not sure :D The placeholder values for...
> Once again, I've probably missed something. So I'll try again tomorrow! Tried again again and could replicate André's results where `styles.core/paragraph.typography.lineHeight` contains a CSS var value.  All...
This approach might be completely bonkers. Hoping that someone will tell me 😄
Thanks for thinking about this @andrewserong > Are you imagining this as a replacement / alternative to https://github.com/WordPress/gutenberg/pull/43004, or a follow-up? It was supposed to be a follow up/enhancement. The...