Sha256: 5e7a02fb85a87b25bcfe3389762d9508a9f2966884937a21350ecb9c1d21aab2
Contents?: true
Size: 393 Bytes
Versions: 24
Compression:
Stored size: 393 Bytes
Contents
// Float Isolation API // =================== // Isolate Output // -------------- // - $push : <length> // - [$flow] : ltr | rtl @mixin isolate-output( $push, $flow: map-get($susy-defaults, flow) ) { $to: to($flow); $from: from($flow); $output: ( float: $from, margin-#{$from}: $push, margin-#{$to}: -100%, ); @include output($output); }
Version data entries
24 entries across 24 versions & 3 rubygems