Sha256: 4693a6b76f575697098fef9162ea55cb81b820c49546c06563683b96f33924c2

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

@mixin float-children($children:false,$direction:left) {
  @include clear-floats;

  @if $children == false {
    $children: '*';
  }

  & > #{$children} {
    float:$direction;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stitch-0.1.3.1 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.3 stylesheets/stitch/patterns/layout/_float-children.scss