Changes between Initial Version and Version 2 of Ticket #61135
- Timestamp:
- 05/03/2024 03:52:31 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61135
- Property Keywords has-patch has-unit-tests gutenberg-merge added
-
Ticket #61135 – Description
initial v2 3 3 [https://github.com/WordPress/gutenberg/pull/42084 Global styles: output :root selector for CSS custom properties] 4 4 5 Changing`body` to `:root` as the preset block selector to make it consistent with other CSS custom property blocks 6 5 7 [https://github.com/WordPress/gutenberg/pull/59938 Theme JSON: remove unused vars in layout class] 8 9 `$has_block_gap_support` was only used once 10 `$block_gap_value` is immediately overwritten in the subsequent `if` block 11