Sha256: 64d1d08ba31693b7ae91c710be8fcb313912be83a5c80ec22a17e4e44ad51344
Contents?: true
Size: 366 Bytes
Versions: 90
Compression:
Stored size: 366 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
90 entries across 90 versions & 8 rubygems