Fixed Global Styles variables for colors, font family, gradient, fontSize#46944
Conversation
|
👋 Thanks for your first Pull Request and for helping build the future of Gutenberg and WordPress, @BogdanUngureanu! In case you missed it, we'd love to have you join us in our Slack community, where we hold regularly weekly meetings open to anyone to coordinate with each other. If you want to learn more about WordPress development in general, check out the Core Handbook full of helpful information. |
83f8344 to
8bc50ac
Compare
|
Thanks for the patch, @BogdanUngureanu! Test ReportNote that this testing was primarily to address the missing font family reference issues reported in #43397 and Automattic/wp-calypso#71641. However, the changes in this PR also include font size, color, background, and gradients -- none of which behaved unexpectedly in local testing. It would be helpful to include references to issues where these were also problematic so they may be validated accordingly. Environment
Steps to Test
Before Patch
After Patch
|
tellthemachines
left a comment
There was a problem hiding this comment.
Thanks for fixing this! It's working well for me in testing ✅
|
Congratulations on your first merged pull request, @BogdanUngureanu! We'd like to credit you for your contribution in the post announcing the next WordPress release, but we can't find a WordPress.org profile associated with your GitHub account. When you have a moment, visit the following URL and click "link your GitHub account" under "GitHub Username" to link your accounts: https://profiles.wordpress.org/me/profile/edit/ And if you don't have a WordPress.org account, you can create one on this page: https://login.wordpress.org/register Kudos! |
What?
Fixes the font family, color, and gradient variables for Global Styles. Instead of saving the raw values, these values will now be persisted with the infix vars.
Why?
fixes #43397, Automattic/wp-calypso#71641
How?
We just need to update
STYLE_PATH_TO_CSS_VAR_INFIXhardcoded list with the proper paths.Testing Instructions
Testing Instructions for Keyboard