Base Styles: Remove stale z-index entries#77714
Conversation
|
Size Change: 0 B Total Size: 7.82 MB ℹ️ View Unchanged
|
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Flaky tests detected in 0770458. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/25056688497
|

What?
Removes stale entries from the base styles z-index registry that are no longer referenced by
z-index()calls.Why?
The z-index registry should only contain active keys. Removing stale entries makes it easier to audit and maintain the remaining stacking values.
Testing Instructions
packages/base-styles/_z-index.scss.z-index()references to those removed keys.