Sha256: e706ca08f05dd85f83b34f3bd5b443f99a7e6f3e418fbc79b053b962c9fc72bb
Contents?: true
Size: 407 Bytes
Versions: 13
Compression:
Stored size: 407 Bytes
Contents
//Tabs // //@variables // $tabu-content-margin-left: $navigation-inline-list-item-margin-left !default; // //@mixin tabu // @mixin tab-content($content-margin-left: $tabu-content-margin-left, $content-class-name: "content") { margin-left: $content-margin-left; .#{$content-class-name} { display: none; &.active { display: block; } } } .tabu-content { @include tab-content; }
Version data entries
13 entries across 13 versions & 1 rubygems