File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ html, body {
217
217
218
218
```
219
219
220
- #### Structure (` var_dump() ` )
220
+ <details >
221
+ <summary ><b >Structure (<code >var_dump()</code >)</b ></summary >
221
222
222
223
``` php
223
224
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -438,6 +439,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
438
439
}
439
440
440
441
```
442
+ </details >
441
443
442
444
#### Output (` render() ` )
443
445
@@ -461,7 +463,8 @@ html, body {font-size: 1.6em;}
461
463
462
464
```
463
465
464
- #### Structure (` var_dump() ` )
466
+ <details >
467
+ <summary ><b >Structure (<code >var_dump()</code >)</b ></summary >
465
468
466
469
``` php
467
470
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -606,6 +609,7 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
606
609
}
607
610
608
611
```
612
+ </details >
609
613
610
614
#### Output (` render() ` )
611
615
You can’t perform that action at this time.
0 commit comments