// --------------------------------------------------------------------------- // Imports @import "../../sass/susy"; @import "compass/css3/border-radius"; // --------------------------------------------------------------------------- // Media @include layout(4) { .layout { @include container; } } .breakpoint{ @include at-breakpoint(6) { .break6 { @include container; } .nth-omega { @include nth-omega(3n); } } @include at-breakpoint(60em 8 30em) { .break60-8-30 { @include set-container-width; } } @include at-breakpoint(24 lt-ie9) { .break-ltie9 { @include set-container-width; @include has-layout; // test adjustments to experimental support @include border-radius; // test adjustments to experimental support } } } @include with-grid-settings(6,3em,2em,1em) { .with-settings6-3-2-1 { @include container; } }