Sha256: 5821a4147b4f29b1164c3985c7fa7534b00b33fea66db36f4ca7271ff2599a04

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

// Margins API
// ===========

// Margin Output
// -------------
// - $before  : <length>
// - $after   : <length>
// - [$flow]  : ltr | rtl
@mixin margin-output(
  $before,
  $after,
  $flow: $flow
) {
  $to: to($flow);
  $from: from($flow);

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.4 sass/susy/api/shared/_margins.scss
susy-2.0.0.alpha.3 sass/susy/api/shared/_margins.scss