File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ html, body {
218
218
```
219
219
220
220
#### Structure (` var_dump() ` )
221
+ <details >
222
+ <summary >Click to expand</summary >
221
223
222
224
``` php
223
225
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -439,6 +441,9 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
439
441
440
442
```
441
443
444
+ </details >
445
+
446
+
442
447
#### Output (` render() ` )
443
448
444
449
``` css
@@ -462,6 +467,8 @@ html, body {font-size: 1.6em;}
462
467
```
463
468
464
469
#### Structure (` var_dump() ` )
470
+ <details >
471
+ <summary >Click to expand</summary >
465
472
466
473
``` php
467
474
class Sabberworm\CSS\CSSList\Document#4 (2) {
@@ -606,6 +613,8 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
606
613
}
607
614
608
615
```
616
+ </details >
617
+
609
618
610
619
#### Output (` render() ` )
611
620
You can’t perform that action at this time.
0 commit comments