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 {
217217
218218```
219219
220- #### Structure (` var_dump() ` )
220+ <details >
221+ <summary ><b >Structure (<code >var_dump()</code >)</b ></summary >
221222
222223``` php
223224class 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
467470class 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
You can’t perform that action at this time.
0 commit comments