Sha256: ba6007b2bcb0e04753b84e5413c5fecb7c42bd6ce39cd96729b27902819cd45b

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

// Float span
// ==========

// Output span
@mixin float-span-output(
  $width,
  $float            : from($flow),
  $margin-before    : null,
  $margin-after     : null,
  $padding-before   : null,
  $padding-after    : null,
  $flow             : $flow
) {
  $to     : to($flow);
  $from   : from($flow);

  width: $width;
  float: $float;
  margin-#{$from}: $margin-before;
  margin-#{$to}: $margin-after;
  padding-#{$from}: $padding-before;
  padding-#{$to}: $padding-after;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.2 sass/susy/api/float/_span.scss