Changes between Version 1 and Version 2 of Ticket #52477, comment 1
- Timestamp:
- 02/09/2021 07:21:34 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52477, comment 1
v1 v2 5 5 Looking for cases in twentytwentyone where `var()` is used with a variable as the second value: 6 6 {{{ 7 $ grep 'var' . -ri | grep ' \-\-' | grep ',\-\-'7 $ grep 'var' . -ri | grep ',\s*\-\-' 8 8 ./style.css: line-height: var(--wp--typography--line-height, --global--line-height-body); 9 9 ./style-rtl.css: line-height: var(--wp--typography--line-height, --global--line-height-body);