Sha256: 5fdd3513432621123f780f677a967a976b55b15b592be2c3972d77dab20f57b5
Contents?: true
Size: 1.02 KB
Versions: 8
Compression:
Stored size: 1.02 KB
Contents
// --------------------------------------------------------------------------- // Imports @import "../../sass/susy"; // --------------------------------------------------------------------------- // Grid .container { @include container; } .complex-container { @include container($total-columns,14); } .span-columns { @include span-columns(6 omega,12); } .span-columns-with-padding { @include span-columns(6 omega,12,1 * $gutter-width 2 * $gutter-width); } .reset-columns { @include reset-columns; } .omega { @include omega; } .nth-omega { @include nth-omega; } .remove-omega { @include remove-omega; } .remove-nth-omega { @include remove-nth-omega; } /* --------------------------------------------------------------------------- /* Border-Box Sizing */ @include border-box-sizing; .container { @include container; } .span-columns-with-padding { @include span-columns(6 omega,12,1 * $gutter-width 2 * $gutter-width); } // Reset $border-box-sizing so it doesn't have other effects $border-box-sizing: false;
Version data entries
8 entries across 8 versions & 1 rubygems