Skip to content

Commit e4191b2

Browse files
authored
Merge pull request #370 from EDDYMENS/master
2 parents 1e634d0 + 53e6df6 commit e4191b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ html, body {
217217

218218
```
219219

220-
#### Structure (`var_dump()`)
220+
<details>
221+
<summary><b>Structure (<code>var_dump()</code>)</b></summary>
221222

222223
```php
223224
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -438,6 +439,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
438439
}
439440

440441
```
442+
</details>
441443

442444
#### Output (`render()`)
443445

@@ -461,7 +463,8 @@ html, body {font-size: 1.6em;}
461463

462464
```
463465

464-
#### Structure (`var_dump()`)
466+
<details>
467+
<summary><b>Structure (<code>var_dump()</code>)</b></summary>
465468

466469
```php
467470
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -606,6 +609,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
606609
}
607610

608611
```
612+
</details>
609613

610614
#### Output (`render()`)
611615

0 commit comments

Comments
 (0)