Sha256: 5b2aa6a87174cdf9b82a94a6cd22f1ade9c8926baa9745b4a62f72ae32e9f691

Contents?: true

Size: 239 Bytes

Versions: 9

Compression:

Stored size: 239 Bytes

Contents

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

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

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

		@if $width != false { 
			width: $width; 
		}
	}
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.6 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.5 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.4 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/layout/_float-children.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/layout/_float-children.scss