Sha256: 688c1c035a9f68662364b03778c5a6cf5f95b5008ee241a42d45132166452d92
Contents?: true
Size: 422 Bytes
Versions: 8
Compression:
Stored size: 422 Bytes
Contents
@mixin aside-nav { @extend .col-xl-4; font-size: small; border-left: 1px solid #eee; @include media-breakpoint-up(xl) { align-self: start; position: sticky; top: 90px; } .toc { &__section { @include media-breakpoint-up(xl) { flex-direction: column; max-height: 70vh; overflow-y: auto; } } } .top { margin-top: $paragraph-margin-bottom; } }
Version data entries
8 entries across 8 versions & 1 rubygems