From 4ecebf523af0f3c3af1c9c1297bc621e06dae2ff Mon Sep 17 00:00:00 2001 From: eddymens Date: Thu, 9 Jun 2022 21:51:19 +0200 Subject: [PATCH 1/3] add collapsible to improve readability --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aba121ce..32903c64 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,8 @@ html, body { ``` #### Structure (`var_dump()`) +
+ Click to expand ```php class Sabberworm\CSS\CSSList\Document#4 (2) { @@ -439,6 +441,9 @@ class Sabberworm\CSS\CSSList\Document#4 (2) { ``` +
+ + #### Output (`render()`) ```css @@ -462,6 +467,8 @@ html, body {font-size: 1.6em;} ``` #### Structure (`var_dump()`) +
+ Click to expand ```php class Sabberworm\CSS\CSSList\Document#4 (2) { @@ -606,6 +613,8 @@ class Sabberworm\CSS\CSSList\Document#4 (2) { } ``` +
+ #### Output (`render()`) From 5aa6d0f137b0b1e48ba37fcf5d0ba8e4939d4f4d Mon Sep 17 00:00:00 2001 From: eddymens Date: Fri, 10 Jun 2022 07:06:49 +0200 Subject: [PATCH 2/3] trimmed excess spacing --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 32903c64..3f73ad41 100644 --- a/README.md +++ b/README.md @@ -440,10 +440,8 @@ class Sabberworm\CSS\CSSList\Document#4 (2) { } ``` - - #### Output (`render()`) ```css @@ -615,7 +613,6 @@ class Sabberworm\CSS\CSSList\Document#4 (2) { ``` - #### Output (`render()`) ```css From 53e6df6813920653db64d73e910ae853208a5ee6 Mon Sep 17 00:00:00 2001 From: eddymens Date: Sat, 11 Jun 2022 04:37:45 +0200 Subject: [PATCH 3/3] use title as label --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3f73ad41..596b68d1 100644 --- a/README.md +++ b/README.md @@ -217,9 +217,8 @@ html, body { ``` -#### Structure (`var_dump()`)
- Click to expand + Structure (var_dump()) ```php class Sabberworm\CSS\CSSList\Document#4 (2) { @@ -464,9 +463,8 @@ html, body {font-size: 1.6em;} ``` -#### Structure (`var_dump()`)
- Click to expand + Structure (var_dump()) ```php class Sabberworm\CSS\CSSList\Document#4 (2) {