Sha256: 1d0ec49a2fb19d3cff755aa3ffa0615efc333e89c228904a29dd8aeaca181362

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 Bytes

Contents

// Float Container API
// ===================

// Float Container
// ---------------
// - [$width]         : <length>
// - [$justify]       : left | center | right
// - [$layout-math]   : fluid | static
@mixin float-container(
  $width        : susy-get(container),
  $justify      : susy-get(container-position),
  $layout-math  : susy-get(layout-math)
) {
  @include susy-clearfix;
  @include container-output($width, $justify, $layout-math);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.6 sass/susy/api/float/_container.scss
susy-2.0.0.alpha.5 sass/susy/api/float/_container.scss