We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10f5f3 commit 7dd88f7Copy full SHA for 7dd88f7
1 file changed
src/Tracy/Helpers.php
@@ -536,6 +536,7 @@ function ($match) use (&$last) {
536
/** @internal */
537
public static function minifyCss(string $s): string
538
{
539
+ return $s;
540
$last = '';
541
return preg_replace_callback(
542
<<<'XX'
0 commit comments