fix(toc): Use data attributes for toc

Partially fixes: #401

Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
This commit is contained in:
Khusika Dhamar Gusti
2020-11-27 15:12:26 +07:00
parent 1281b13109
commit 9151f85ce9
6 changed files with 6 additions and 6 deletions

View File

@@ -116,7 +116,7 @@
display: none;
margin: .8rem 0;
&[kept=true] {
&[data-kept=true] {
display: block;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long