Skip to content

Commit 4ecebf5

Browse files
committed
add collapsible to improve readability
1 parent 882ffac commit 4ecebf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ html, body {
218218
```
219219

220220
#### Structure (`var_dump()`)
221+
<details>
222+
<summary>Click to expand</summary>
221223

222224
```php
223225
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -439,6 +441,9 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
439441

440442
```
441443

444+
</details>
445+
446+
442447
#### Output (`render()`)
443448

444449
```css
@@ -462,6 +467,8 @@ html, body {font-size: 1.6em;}
462467
```
463468

464469
#### Structure (`var_dump()`)
470+
<details>
471+
<summary>Click to expand</summary>
465472

466473
```php
467474
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -606,6 +613,8 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
606613
}
607614

608615
```
616+
</details>
617+
609618

610619
#### Output (`render()`)
611620

0 commit comments

Comments
 (0)