Sha256: 750e361077571e07f039c67458bfbdf255712357ea0ee0c19da2dbfab5456046
Contents?: true
Size: 382 Bytes
Versions: 24
Compression:
Stored size: 382 Bytes
Contents
// Float Container API // =================== // Float Container // --------------- // - [$width] : <length> // - [$justify] : left | center | right // - [$math] : fluid | static @mixin float-container( $width, $justify: auto auto, $property: max-width ) { @include susy-clearfix; @include container-output($width, $justify, $property); }
Version data entries
24 entries across 24 versions & 3 rubygems