Changes between Version 1 and Version 2 of Ticket #53494, comment 8
- Timestamp:
- 06/25/2021 12:59:52 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53494, comment 8
v1 v2 6 6 2. FSE themes: styles always load in the head both with and without `should_load_separate_core_block_assets` enabled. 7 7 8 The only case in which global styles loads after blockstyles is 1.2, which was [https://github.com/WordPress/gutenberg/issues/31293 brought up] in Gutenberg a few months ago and, apparently, was [https://github.com/WordPress/gutenberg/pull/31309#pullrequestreview-648289245 no longer happening]. I wonder if something changed that introduced 1.2 back?8 The only case in which block styles load after global styles is 1.2, which was [https://github.com/WordPress/gutenberg/issues/31293 brought up] in Gutenberg a few months ago and, apparently, was [https://github.com/WordPress/gutenberg/pull/31309#pullrequestreview-648289245 no longer happening]. I wonder if something changed that introduced 1.2 back? 9 9 10 10 The options I see forward: