Skip to content

Commit 383549e

Browse files
committed
Extends maximum contents limit to 5
1 parent 32a388c commit 383549e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/toggle.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
:is(#wrapper, .primary_column):has(a.custom-toggle:target[name="toggle-a"]) .custom-content-a
3636
, :is(#wrapper, .primary_column):has(a.custom-toggle:target[name="toggle-b"]) .custom-content-b
37-
// , #wrapper:has(a.custom-toggle:target[name="toggle-c"]) .custom-content-c
38-
// , #wrapper:has(a.custom-toggle:target[name="toggle-d"]) .custom-content-d
39-
// , #wrapper:has(a.custom-toggle:target[name="toggle-e"]) .custom-content-e
37+
, :is(#wrapper, .primary_column):has(a.custom-toggle:target[name="toggle-c"]) .custom-content-c
38+
, :is(#wrapper, .primary_column):has(a.custom-toggle:target[name="toggle-d"]) .custom-content-d
39+
, :is(#wrapper, .primary_column):has(a.custom-toggle:target[name="toggle-e"]) .custom-content-e
4040
/* Add as much as you want. Just change the toggle-* and the .custom-content-* accordingly */
4141
{
4242
display: block;

0 commit comments

Comments
 (0)