Sha256: 8d3762282009b7488e97ebbf2ffaf3ef008fdaeb476a45cbae1922efc3f964e9
Contents?: true
Size: 467 Bytes
Versions: 24
Compression:
Stored size: 467 Bytes
Contents
// Shared Container API // ==================== // Container Output // ---------------- // - [$width] : <length> // - [$justify] : left | center | right // - [$math] : fluid | static @mixin container-output( $width, $justify: auto auto, $property: max-width ) { $output: ( #{$property}: $width or 100%, margin-left: nth($justify, 1), margin-right: nth($justify, 2), ); @include output($output); }
Version data entries
24 entries across 24 versions & 3 rubygems