{:versionI"3.2.19 (Media Mark):EF:shaI"-0ffd8417bfedd54d4a7014749660aa5dd7b9b46c;F: contents"�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) */:ET: @type:silent;[�: @linei: @options{�o:Sass::Tree::MixinDefNode: @nameI"float-left; T: @args[�:@splat0;[o:Sass::Tree::MixinNode;I" float; T;[o:Sass::Script::String ;I" left; T; :identifier;i ; @:@keywords{�;0;[�;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) */; T; ;;[�;i; @o;;I"float-right; T;[�;0;[o;;I" float; T;[o; ;I" right; T; ;;i; @;{�;0;[�;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) */; T; ;;[�;i; @o;;I" float; T;[[o:Sass::Script::Variable;I" side; T:@underscored_nameI" side; T; @o; ;I" left; T; ;;i; @;0;[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; @;{�;0;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 */; T; ;;[�;i; @o;;I"reset-float; T;[[o;;I"display; T;I"display; T; @o; ;I" block; T; ;;i!; @;0;[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;i;T; @