Sha256: 542239bfc1874821e7ac78350fc34dd16c6323d89caacc9b3e2dd80715a6a115

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

{:versionI"3.2.19 (Media Mark):EF:sha"-9cc4f70ecaf2ebb8cdea2c4d385314a9693e20b3:
contents"Zo:Sass::Tree::RootNode
:@children[o:Sass::Tree::CommentNode
:@value[I"#/* Modern micro clearfix provides an easy way to contain floats without adding additional markup.
 *
 * Example usage:
 *
 *    // Contain all floats within .wrapper
 *    .wrapper {
 *      @include clearfix;
 *      .content,
 *      .sidebar {
 *        float : left;
 *      }
 *    } */:ET:
@type:silent;[:
@linei:
@options{o:Sass::Tree::MixinDefNode:
@nameI"
clearfix;	T:
@args[:@splat0;[o:Sass::Tree::RuleNode:
@rule[I"&:after;	F:
@tabsi;[o:Sass::Tree::PropNode;[I"content;	T;o:Sass::Script::String;I""";	T;
:identifier;
@;i:@prop_syntax:new;[;i;
@o;;[I"display;	T;o;;I"
table;	T;
;;
@;i;;;[;i;
@o;;[I"
clear;	T;o;;I"	both;	T;
;;
@;i;;;[;i;
@;i:@has_childrenT;
@:@parsed_ruleso:"Sass::Selector::CommaSequence:
@members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence
;[o:Sass::Selector::Parent;i:@filenameI";	Fo:Sass::Selector::Pseudo
:@syntactic_type:
class;[I"
after;	F:	@arg0;i;!@-:
@subject0:
@sourceso:Set:
@hash{;i;!@-;i;!@-;i;T;
@o;
;[I"‹/* Acknowledgements
 * Beat *that* clearfix: [Thierry Koblentz](http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php) */;	T;
;;[;i;
@:@templateI"// Modern micro clearfix provides an easy way to contain floats without adding additional markup.
//
// Example usage:
//
//    // Contain all floats within .wrapper
//    .wrapper {
//      @include clearfix;
//      .content,
//      .sidebar {
//        float : left;
//      }
//    }

@mixin clearfix {
  &:after {
    content:"";
    display:table;
    clear:both;
  }
}

// Acknowledgements
// Beat *that* clearfix: [Thierry Koblentz](http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php)
;	T;i;T;
@

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woo-0.0.1 spec/dummy/tmp/cache/assets/test/sass/6ae24caf21d9a373ddab51a973badb8787d497db/_clearfix.scssc