3.1.2 (Brainy Betty) cb0e1bfab7639f9642293d1369b857ca8ea0e534 o:Sass::Tree::RootNode : @linei:@has_childrenT:@children[ o:Sass::Tree::CommentNode ;i: @value"f/* @doc off * Extends the bottom of the element to enclose any floats it contains. * @doc on */: @silenti;[: @options{: @loud0: @lines[o:Sass::Tree::ImportNode ;i :@imported_filename" hacks;[; @ :@template0o; ;i ; "./* This basic method is preferred for the usual case, when positioned * content will not show outside the bounds of the container. * * Recommendations include using this in conjunction with a width. * Credit: [quirksmode.org](http://www.quirksmode.org/blog/archives/2005/03/clearing_floats.html) */; i;[; @ ; 0;[o:Sass::Tree::MixinDefNode ;i;T: @args[;[o:Sass::Tree::PropNode ;i; o:Sass::Script::String; " hidden: @type:identifier:@prop_syntax:new: @tabsi;[: @name[" overflow; @ o:Sass::Tree::MixinNode ;i:@keywords{;[;[;"has-layout; @ ;" clearfix; @ o; ;i; " /* This older method from Position Is Everything called * [Easy Clearing](http://www.positioniseverything.net/easyclearing.html) * has the advantage of allowing positioned elements to hang * outside the bounds of the container at the expense of more tricky CSS. */; i;[; @ ; 0;[o; ;i;T;[;[o:Sass::Tree::RuleNode ;i;T:@parsed_ruleso:"Sass::Selector::CommaSequence;i:@filename": @members[o:Sass::Selector::Sequence;"[o:#Sass::Selector::SimpleSequence;i;!@+;"[o:Sass::Selector::Parent;i;!@+o:Sass::Selector::Pseudo ;i;!@+: @arg0;[" after;: class;i;[ o; ;i; o;; " "\0020";;;;;i;[;[" content; @ o; ;i; o;; " block;;;;;i;[;[" display; @ o; ;i; o;; "0;;;;;i;[;[" height; @ o; ;i; o;; " both;;;;;i;[;[" clear; @ o; ;i ; o;; " hidden;;;;;i;[;[" overflow; @ o; ;i!; o;; " hidden;;;;;i;[;["visibility; @ ; @ : @rule[" &:aftero; ;i#;{;[;[;"has-layout; @ ;"pie-clearfix; @ ; @ ;"µ// @doc off // Extends the bottom of the element to enclose any floats it contains. // @doc on @import "hacks"; // This basic method is preferred for the usual case, when positioned // content will not show outside the bounds of the container. // // Recommendations include using this in conjunction with a width. // Credit: [quirksmode.org](http://www.quirksmode.org/blog/archives/2005/03/clearing_floats.html) @mixin clearfix { overflow: hidden; @include has-layout; } // This older method from Position Is Everything called // [Easy Clearing](http://www.positioniseverything.net/easyclearing.html) // has the advantage of allowing positioned elements to hang // outside the bounds of the container at the expense of more tricky CSS. @mixin pie-clearfix { &:after { content : "\0020"; display : block; height : 0; clear : both; overflow : hidden; visibility : hidden; } @include has-layout; }