Skip to content

Commit f8e0f10

Browse files
committed
css: uses nesting
1 parent 44c4325 commit f8e0f10

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Alternatively, you can download the whole package or [tracy.phar](https://github
5050

5151
| Tracy | compatible with PHP | compatible with browsers
5252
|-----------|---------------|----------
53-
| Tracy 3.0 | PHP 8.0 – 8.3 | Chrome 64+, Firefox 69+, Safari 15.4+ and iOS Safari 15.4+
54-
| Tracy 2.10| PHP 8.0 – 8.3 | Chrome 64+, Firefox 69+, Safari 15.4+ and iOS Safari 15.4+
55-
| Tracy 2.9 | PHP 7.2 – 8.2 | Chrome 64+, Firefox 69+, Safari 13.1+ and iOS Safari 13.4+
53+
| Tracy 3.0 | PHP 8.0 – 8.3 | Chrome 112+, Firefox 117+, Safari 16.5+
54+
| Tracy 2.10| PHP 8.0 – 8.3 | Chrome 64+, Firefox 69+, Safari 15.4+
55+
| Tracy 2.9 | PHP 7.2 – 8.2 | Chrome 64+, Firefox 69+, Safari 13.1+
5656

5757

5858
Usage

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)