Sha256: 57873650200cf277d4d0e86068ef5dfca9fd1543f9576906dc4c6058a4e5083b

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

// Margins
// =======

// Add margin before or after an element
@mixin margin-output(
  $before,
  $after  : $before,
  $flow   : $flow
) {
  $to: to($flow);
  $from: from($flow);

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

Version data entries

1 entries across 1 versions & 1 rubygems

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