You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split core blocks assets loading for FSE themes (WordPress#25220)
* Poorly split css files
* Add style & editorStyle in block.json for all blocks
* change prefix from "core" to "wp"
* Enqueue core block styles
* Only load styles for rendered blocks
* remove is_feed() condition
* Enqueue outside the is_registered() check
* Use register_block_type_from_metadata function to register site-logo
* Add separate style for no-blocks
* PHPCS fixes
* Try splitting block-styles compiling
* bugfixes
* these will now be taken care of in webpack
* rename file
* tweak paths & add editor styles
* resolve merge conflict
* Add styles that were recently added
* Bugfix: styles now get properly loaded only when used
* Add recently introduced stylesheet for the query loop
* code block styles were recently moved from editor to styles
* Add verse styles
* "classic" is called "freeform"
* add stylesTransform
0 commit comments