Skip to content

Commit 53883a2

Browse files
committed
css: uses nesting
1 parent 7c41975 commit 53883a2

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
@@ -513,6 +513,7 @@ function ($match) use (&$last) {
513513
/** @internal */
514514
public static function minifyCss(string $s): string
515515
{
516+
return $s;
516517
$last = '';
517518
return preg_replace_callback(
518519
<<<'XX'

0 commit comments

Comments
 (0)