Move site editor preview CSS to boot package#76211
Conversation
|
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. |
| styles: [ | ||
| ...( editorSettings.styles ?? [] ), | ||
| ...( settings?.isPreviewMode | ||
| ? [ { css: 'body{min-height:100vh;}' } ] | ||
| : [] ), | ||
| ], |
There was a problem hiding this comment.
Reverting this back to how it was before https://github.com/WordPress/gutenberg/pull/76201/changes#diff-307601ba21c5094a5467da842be6a8bffc1c1b843fda87c4da566e6f17a4d649L93-L94
|
Size Change: -6 B (0%) Total Size: 6.89 MB
ℹ️ View Unchanged
|
|
Flaky tests detected in d4122d8. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/22781386522
|
|
I appreciate the quick follow-up |
What?
Follow up to #76201 to move the CSS for the editor preview to a better location.
Why?
This CSS isn't a Lazy Editor concern - it's more relevant to the Boot package.
How?
Move CSS from Lazy Editor to Boot package.
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast