// Float Container API // =================== // Float Container // --------------- // - [$width] : // - [$justify] : left | center | right // - [$layout-math] : fluid | static @mixin float-container( $width : susy-get(container), $justify : susy-get(container-position), $layout-math : susy-get(layout-math) ) { @include susy-clearfix; @include container-output($width, $justify, $layout-math); }