Sha256: bb79afb9b5e001344fecc1eeae90078e238bb0d3f1f4a869dd1e95711dfc11e3

Contents?: true

Size: 327 Bytes

Versions: 1

Compression:

Stored size: 327 Bytes

Contents

// Float Ends API
// ==============

// Float Last
// ----------
// - [$flow]  : ltr | rtl
@mixin float-last(
  $flow: $flow
) {
  $to: to($flow);

  float: $to;
  margin-#{$to}: 0;
}

// Float First
// -----------
// - [$flow]  : ltr | rtl
@mixin float-first(
  $flow: $flow
) {
  $from: from($flow);

  margin-#{$from}: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

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