Sha256: 05dd6b9e0528c665c640ab642417b1b0875e621a9c3d5b02ddc970028461f69a
Contents?: true
Size: 397 Bytes
Versions: 24
Compression:
Stored size: 397 Bytes
Contents
// Margins API // =========== // Margin Output // ------------- // - $before : <length> // - $after : <length> // - [$flow] : ltr | rtl @mixin margin-output( $before, $after, $flow: map-get($susy-defaults, flow) ) { $to: to($flow); $from: from($flow); $output: ( margin-#{$from}: $before, margin-#{$to}: $after, ); @include output($output); }
Version data entries
24 entries across 24 versions & 3 rubygems