Sha256: ee3d73619238c2ee5e0a457686221a8e29f6ad7bb3376fbd0677c4cc5e2674a1

Contents?: true

Size: 658 Bytes

Versions: 87

Compression:

Stored size: 658 Bytes

Contents

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

// Susy End Defaults
// -----------------
// - PRIVATE
@include susy-defaults((
  last-flow: to,
));

// Float Last
// ----------
// - [$flow]  : ltr | rtl
@mixin float-last(
  $flow: map-get($susy-defaults, flow),
  $last-flow: map-get($susy-defaults, last-flow),
  $margin: 0
) {
  $to: to($flow);

  $output: (
    float: if($last-flow == to, $to, null),
    margin-#{$to}: $margin,
  );

  @include output($output);
}

// Float First
// -----------
// - [$flow]  : ltr | rtl
@mixin float-first(
  $flow: map-get($susy-defaults, flow)
) {
  $output: (
    margin-#{from($flow)}: 0,
  );

  @include output($output);
}

Version data entries

87 entries across 87 versions & 8 rubygems

Version Path
sparrow-jekyll-theme-0.1.2 _sass/vendor/susy/susy/output/float/_end.scss
susy-2.2.14 sass/susy/output/float/_end.scss
susy-2.2.13 sass/susy/output/float/_end.scss
minimal-mistakes-jekyll-4.4.1 _sass/minimal-mistakes/vendor/susy/susy/output/float/_end.scss
jekyll-theme-basically-basic-1.0.0 _sass/basically-basic/vendor/susy/output/float/_end.scss
jekyll-theme-woforo-0.2.3 _sass/vendor/susy/susy/output/float/_end.scss
jekyll-theme-woforo-0.2.2 _sass/vendor/susy/susy/output/float/_end.scss
jekyll-theme-woforo-0.2.1 _sass/vendor/susy/susy/output/float/_end.scss
jekyll-theme-woforo-0.2.0 _sass/vendor/susy/susy/output/float/_end.scss
minimal-mistakes-jekyll-4.1.1 _sass/vendor/susy/susy/output/float/_end.scss
minimal-mistakes-jekyll-4.0.1 _sass/vendor/susy/susy/output/float/_end.scss
wrgem-0.0.55 lib/generators/wrstart/template/vendor/assets/components/susy/sass/susy/output/float/_end.scss
susy-2.2.12 sass/susy/output/float/_end.scss
susy-2.2.11 sass/susy/output/float/_end.scss
susy-2.2.10 sass/susy/output/float/_end.scss
wrgem-0.0.54 lib/generators/wrstart/template/vendor/assets/components/susy/sass/susy/output/float/_end.scss
susy-2.2.9 sass/susy/output/float/_end.scss
susy-2.2.8 sass/susy/output/float/_end.scss
susy-2.2.7 sass/susy/output/float/_end.scss
wrgem-0.0.53 lib/generators/wrstart/template/vendor/assets/components/susy/sass/susy/output/float/_end.scss