Skip to content

Commit

Permalink
css: uses nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 27, 2024
1 parent 555707c commit a9ced03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tracy/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ function ($match) use (&$last) {
/** @internal */
public static function minifyCss(string $s): string
{
return $s;
$last = '';
return preg_replace_callback(
<<<'XX'
Expand Down

0 comments on commit a9ced03

Please sign in to comment.