Sha256: d9c3643a7c7e82de97c1d6e179bf8bdaad298a6e7ce8536d27afd38137b1a79d
Contents?: true
Size: 824 Bytes
Versions: 4
Compression:
Stored size: 824 Bytes
Contents
//----------------------------------------------------------------------------- // Layout .page { @include container; position: relative; :target & { @include susy-grid-background(); .off a { display: block; } .on a { display: none; } } @include at-breakpoint($break) { @include container; :target & { @include susy-grid-background(); } } } [role="main"] { @include trailer(1); @include at-breakpoint($break) { @include trailer(2); } } [role="contentinfo"] { clear: both; } //Exceptions .guides, .tutorial { [role="main"] { @extend %type; } .secondary { display: none; } @include at-breakpoint($break) { .secondary { @include span-columns(3); display: block; } [role="main"] { @include span-columns(7 omega); } } }
Version data entries
4 entries across 4 versions & 1 rubygems