Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #61135


Ignore:
Timestamp:
05/03/2024 03:52:31 AM (21 months ago)
Author:
ramonopoly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61135

    • Property Keywords has-patch has-unit-tests gutenberg-merge added
  • Ticket #61135 – Description

    initial v2  
    33[https://github.com/WordPress/gutenberg/pull/42084 Global styles: output :root selector for CSS custom properties]
    44
     5Changing`body` to `:root` as the preset block selector to make it consistent with other CSS custom property blocks
     6
    57[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