-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cherry-pick: Making sure to kebab case CSS variables generated from presets #44472
Cherry-pick: Making sure to kebab case CSS variables generated from presets #44472
Conversation
…1` will become `h-1` (#44406) Adding test coverage
Size Change: +7 B (0%) Total Size: 1.26 MB
ℹ️ View Unchanged
|
Looks like the tests are failing because #43594 is not in the |
Looks like it was merged after GB 14.1 RC1 was released, which was the cut-off for automatic JS code backports into Core. |
Thanks Michal! Per my other comment, I've now cherry-picked 4152d53 (i.e. #44406) manually in order to decouple it from #43594. |
Cherry picking Style engine: kebab case preset slugs in the editor into
wp/6.1
(note the PR base).This is necessary as the original PR is slated for being backported into the 6.1 Beta 2 release. Normally, this is nowadays done automatically through a cherry-pick script but the #44406 PR had some merge conflicts so had to be cherry-picked manually.