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