3.1.10 (Brainy Betty) 0ffd8417bfedd54d4a7014749660aa5dd7b9b46c o:Sass::Tree::RootNode :@has_childrenT: @options{: @linei:@children[ o:Sass::Tree::CommentNode ;@;i; [: @value["•/* Implementation of float:left with fix for the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */: @loud0: @silentio:Sass::Tree::MixinDefNode ;T;@;i; [o:Sass::Tree::MixinNode ;@;i ; [: @name" float: @args[o:Sass::Script::String ;@;i ; " left: @type:identifier:@keywords{;"float-left;[o; ;@;i ; [; ["–/* Implementation of float:right with fix for the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */; 0; io; ;T;@;i ; [o; ;@;i; [;" float;[o; ;@;i; " right;;;{;"float-right;[o; ;@;i; [; ["˜/* Direction independent float mixin that fixes the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */; 0; io; ;T;@;i; [o:Sass::Tree::PropNode ;@;i; [; o;;@; " inline;;: @tabsi;[" display:@prop_syntax:newo; ;@;i; [; o:Sass::Script::Funcall ;@;i;" unquote;[o:Sass::Script::Variable ;@;i:@underscored_name" side;" side;{;i;[" float;;;" float;[[o;;@;" side;" sideo; ;@;i; " left;;o; ;@;i; [; ["'/* Resets floated elements back to their default of `float: none` and defaults * to `display: block` unless you pass `inline` as an argument * * Usage Example: * * body.homepage * #footer li * +float-left * body.signup * #footer li * +reset-float */; 0; io; ;T;@;i!; [o; ;@;i"; [; o;;@; " none;;;i;[" float;;o; ;@;i#; [; o; ;@;i#;" display;" display;i;[" display;;;"reset-float;[[o;;@;" display;" displayo; ;@;i!; " block;;:@template"Ø// Implementation of float:left with fix for the // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) @mixin float-left { @include float(left); } // Implementation of float:right with fix for the // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) @mixin float-right { @include float(right); } // Direction independent float mixin that fixes the // [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) @mixin float($side: left) { display: inline; float: unquote($side); } // Resets floated elements back to their default of `float: none` and defaults // to `display: block` unless you pass `inline` as an argument // // Usage Example: // // body.homepage // #footer li // +float-left // body.signup // #footer li // +reset-float @mixin reset-float($display: block) { float: none; display: $display; }