Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
3.4.7 (Selective Steve)
9cc4f70ecaf2ebb8cdea2c4d385314a9693e20b3
o: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;	T:@parsed_ruleso:"Sass::Selector::CommaSequence:
@members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence;[o:Sass::Selector::Parent:@suffix0;i:@filename0o:Sass::Selector::Pseudo:@syntactic_type:
class;I"
after;	T:	@arg0:@selector0;i;0:
@subject0:
@sourceso:Set:
@hash{:@source_rangeo:Sass::Source::Range	:@start_poso:Sass::Source::Position;i:@offseti:
@end_poso;(;i;)i
:
@file0:@importer0;i;0;i;0:@selector_source_rangeo;&	;'o;(;i;)i;*o;(;i;)i;+I"/sass/plug-in/bourbon/addons/_clearfix.scss;	T;,o: Sass::Importers::Filesystem:
@rootI"&/Volumes/Works/htdocs/aiba/public;	T:@real_rootI"&/Volumes/Works/htdocs/aiba/public;	T:@same_name_warningso;#;${:
@tabsi;[o:Sass::Tree::PropNode;[I"content;	T;o: Sass::Script::Tree::Literal;o: Sass::Script::Value::String;I""";	T;
:identifier;
@;i;%o;&	;'o;(;i;)i;*o;(;i;)i;+@$;,@%;2i:@prop_syntax:new;[;i;%o;&	;'o;(;i;)i
;*o;(;i;)i;+@$;,@%:@name_source_rangeo;&	;'@6;*o;(;i;)i;+@$;,@%:@value_source_rangeo;&	;'o;(;i;)i;*@7;+@$;,@%;
@o;3;[I"display;	T;o;4;o;5;I"
table;	T;
;6;
@;i;%o;&	;'o;(;i;)i;*o;(;i;)i;+@$;,@%;2i;7;8;[;i;%o;&	;'o;(;i;)i
;*o;(;i;)i;+@$;,@%;9o;&	;'@G;*o;(;i;)i;+@$;,@%;:o;&	;'o;(;i;)i;*@H;+@$;,@%;
@o;3;[I"
clear;	T;o;4;o;5;I"	both;	T;
;6;
@;i;%o;&	;'o;(;i;)i;*o;(;i;)i;+@$;,@%;2i;7;8;[;i;%o;&	;'o;(;i;)i
;*o;(;i;)i;+@$;,@%;9o;&	;'@X;*o;(;i;)i;+@$;,@%;:o;&	;'o;(;i;)i;*@Y;+@$;,@%;
@;i;%o;&	;'@";*o;(;i;)i;+@$;,@%:@has_childrenT;
@;i;%o;&	;'o;(;i;)i;*o;(;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;%o;&	;'o;(;i;)i;*o;(;i;)i;+@$;,@%;;T;
@

Commits for Nextrek/Aiba_backup/public/.sass-cache/2d13c0a4ce7d1064511463605df54698d76520e5/_clearfix.scssc

Diff revisions: vs.
Revision Author Commited Message
1464 MOliva picture MOliva Tue 13 Oct, 2020 11:16:56 +0000