3.1.11 (Brainy Betty) 0ffd8417bfedd54d4a7014749660aa5dd7b9b46c o:Sass::Tree::RootNode :@children[ o:Sass::Tree::CommentNode : @value[I"•/* Implementation of float:left with fix for the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */:EF: @silenti: @loud0;[: @linei: @options{o:Sass::Tree::MixinDefNode : @nameI"float-left; T: @args[;[o:Sass::Tree::MixinNode ;I" float; T;[o:Sass::Script::String ;I" left; T: @type:identifier; i ; @ :@keywords{;[; i ; @ ; i:@has_childrenT; @ o; ;[I"–/* Implementation of float:right with fix for the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */; F; i; 0;[; i ; @ o; ;I"float-right; T;[;[o; ;I" float; T;[o; ;I" right; T;;; i; @ ;{;[; i; @ ; i ;T; @ o; ;[I"˜/* Direction independent float mixin that fixes the * [double-margin bug in IE5/6](http://www.positioniseverything.net/explorer/doubled-margin.html) */; F; i; 0;[; i; @ o; ;I" float; T;[[o:Sass::Script::Variable;I" side; T:@underscored_nameI" side; T; @ o; ;I" left; T;;; i; @ ;[o:Sass::Tree::PropNode ;[I" display; T;o;;I" inline; T;;; @ : @tabsi:@prop_syntax:new;[; i; @ o; ;[I" float; T;o:Sass::Script::Funcall ;I" unquote; T;[o; ;I" side; T;I" side; T; i; @ ;{; i; @ ;i;;;[; i; @ ; i;T; @ 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 */; F; i; 0;[; i; @ o; ;I"reset-float; T;[[o;;I" display; T;I" display; T; @ o; ;I" block; T;;; i!; @ ;[o; ;[I" float; T;o;;I" none; T;;; @ ;i;;;[; i"; @ o; ;[I" display; T;o; ;I" display; T;I" display; T; i#; @ ;i;;;[; i#; @ ; i!;T; @ :@templateI"Ø// 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; }; T;T; @ ; i