Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #52477, comment 1


Ignore:
Timestamp:
02/09/2021 07:21:34 AM (4 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52477, comment 1

    v1 v2  
    55Looking for cases in twentytwentyone where `var()` is used with a variable as the second value:
    66{{{
    7 $ grep 'var' . -ri | grep '\-\-' | grep ', \-\-'
     7$ grep 'var' . -ri | grep ',\s*\-\-'
    88./style.css:    line-height: var(--wp--typography--line-height, --global--line-height-body);
    99./style-rtl.css:        line-height: var(--wp--typography--line-height, --global--line-height-body);