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