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 {
218218```
219219
220220#### Structure (` var_dump() ` )
221+ <details >
222+ <summary >Click to expand</summary >
221223
222224``` php
223225class 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
467474class 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
You can’t perform that action at this time.
0 commit comments