Sha256: 68bbb3c33b941728b89aedf7a524f4c0c48e7dd8b055e18bc8951ab20e100efa
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
// Float Container API // =================== // Float Container // --------------- // - [$width] : <length> // - [$justify] : left | center | right // - [$layout-math] : fluid | static @mixin float-container( $width : $container, $justify : $container-position, $layout-math : $layout-math ) { @include pie-clearfix; @include container-output($width, $justify, $layout-math); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
susy-2.0.0.alpha.3 | sass/susy/api/float/_container.scss |