Sha256: 187e656f97ae95316ce9c69b88204a51c50895cd0d58ecc3f88103bbe1551cd1
Contents?: true
Size: 446 Bytes
Versions: 87
Compression:
Stored size: 446 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
87 entries across 87 versions & 8 rubygems