Sha256: cf441ae07e5e31ded60bb1b17842400699ac638a12eb190088a499e62dd6974c

Contents?: true

Size: 307 Bytes

Versions: 2

Compression:

Stored size: 307 Bytes

Contents

// Float Isolation API
// ===================

// Isolate Output
// --------------
// - $push    : <length>
// - [$flow]  : ltr | rtl
@mixin isolate-output(
  $push,
  $flow     : $flow
) {
  $to     : to($flow);
  $from   : from($flow);

  float: $from;
  margin-#{$from}: $push;
  margin-#{$to}: -100%;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.4 sass/susy/api/float/_isolate.scss
susy-2.0.0.alpha.3 sass/susy/api/float/_isolate.scss