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