_sass/modules/_toc.scss (17 lines of code) (raw):
@use "../taiga/mixins";
@use "../taiga/settings";
.toc {
ul { list-style: none; }
&>ul {
margin-left: 0;
}
&>ul > li+li {
margin-top: 1rem;
}
@include mixins.breakpoint(settings.$breakpoint-10) {
display: none;
}
}
.toc.post.index {
display: none;
}