Skip to content

Commit 3ef5828

Browse files
committed
css: uses nesting
1 parent b190807 commit 3ef5828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tracy/Helpers.php

+1
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ function ($match) use (&$last) {
536536
/** @internal */
537537
public static function minifyCss(string $s): string
538538
{
539+
return $s;
539540
$last = '';
540541
return preg_replace_callback(
541542
<<<'XX'

0 commit comments

Comments
 (0)