{: versionI"3.2.19 (Media Mark):EF:shaI"-ed79832c2858aa38b3e49cc269ded928c8f126d6;F: contents"+o:Sass::Tree::RootNode :@children[ o:Sass::Tree::CommentNode : @value[I"Q/* Cross-browser shims * Ways of normalising properties across browsers. */:ET: @type: silent;[: @linei: @options{o:Sass::Tree::ImportNode :@imported_filenameI"_conditionals; T;[:@template0; i ; @ :@imported_file0o; ;[I"W/* From: https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ */; T; ; ;[; i ; @ o; ;[I"/* Usage: * * @include inline-block * or * @include inline-block("250px") * * which gives a min-height to the inline-block elements. */; T; ; ;[; i ; @ o:Sass::Tree::MixinDefNode : @nameI"inline-block; T: @args[[o:Sass::Script::Variable;I"min-height; T:@underscored_nameI"min_height; T; @ o:Sass::Script::String ;I"; T; : string; i; @ : @splat0;[ o:Sass::Tree::PropNode ;[I" display; T;o;;I"-moz-inline-stack; T; :identifier; @ : @tabsi:@prop_syntax:new;[; i; @ o; ;[I" display; T;o;;I"inline-block; T; ;; @ ;i;;;[; i; @ u:Sass::Tree::IfNode[o:Sass::Script::Operation :@operand1o:Sass::Script::Variable : @nameI"min-height:ET:@underscored_nameI"min_height; T: @linei: @options{:@operand2o:Sass::Script::String : @valueI"; T: @type: string; i; @ :@operator:neq; i; @ 0[o:Sass::Tree::PropNode ;[I"min-height; T;o; ;I"min-height; T; I"min_height; T; i; @ : @tabsi:@prop_syntax:new:@children[; i; @ o:Sass::Tree::MixinNode ;I" ie-lte; T;[o:Sass::Script::Number ;i :@numerator_units[:@denominator_units[; i:@originalI"7; F; @ :@keywords{;0;[o; ;[I" zoom; T;o;;I"1; T; ;; @ ;i;;;[; i; @ o; ;[I" display; T;o;;I" inline; T; ;; @ ;i;;;[; i ; @ ; i:@has_childrenT; @ o; ;I"ie; T;[o;! ;i ;"[;#@3; i#;$I"6; F; @ ;%{;0;[u;[o:Sass::Script::Operation :@operand1o:Sass::Script::Variable : @nameI"min-height:ET:@underscored_nameI"min_height; T: @linei$: @options{:@operand2o:Sass::Script::String : @valueI"; T: @type: string; i$; @ :@operator:neq; i$; @ 0[o:Sass::Tree::PropNode ;[I" height; T;o; ;I"min-height; T; I"min_height; T; i%; @ : @tabsi:@prop_syntax:new:@children[; i%; @ ; i#;&T; @ ; i;&T; @ o; ;[I"e/* Contain floats usage: * * .this-has-floated-children { * @extend %contain-floats; * } */; T; ; ;[; i+; @ o:Sass::Tree::RuleNode : @rule[I"%contain-floats; T;i:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence;+[o:#Sass::Selector::SimpleSequence ;+[o: Sass::Selector::Placeholder;[I"contain-floats; T; i2:@filenameI"; T: @subject0: @sourceso:Set: @hash{; i2;/@\; i2;/@\;[o;' ;([I" &:after; T;i;)o;*;+[o;,;+[o;- ;+[o:Sass::Selector::Parent; i3;/I"; To:Sass::Selector::Pseudo :@syntactic_type: class;[I" after; T: @arg0; i3;/@j;00;1o;2;3{; i3;/@j; i3;/@j;[o; ;[I" content; T;o;;I"""; T; ;; @ ;i;;;[; i4; @ o; ;[I" display; T;o;;I" block; T; ;; @ ;i;;;[; i5; @ o; ;[I" clear; T;o;;I" both; T; ;; @ ;i;;;[; i6; @ ; i3;&T; @ o; ;I" ie-lte; T;[o;! ;i ;"[;#@3; i8;$I"7; F; @ ;%{;0;[o; ;[I" zoom; T;o;;I"1; T; ;; @ ;i;;;[; i9; @ ; i8;&T; @ ; i2;&T; @ ;I"V// Cross-browser shims // Ways of normalising properties across browsers. @import "_conditionals"; // From: https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ // Usage: // // @include inline-block // or // @include inline-block("250px") // // which gives a min-height to the inline-block elements. @mixin inline-block($min-height: "") { display: -moz-inline-stack; display: inline-block; @if $min-height != "" { min-height: $min-height; } @include ie-lte(7) { zoom: 1; display: inline; } @include ie(6) { @if $min-height != "" { height: $min-height; } } } // Contain floats usage: // // .this-has-floated-children { // @extend %contain-floats; // } %contain-floats { &:after { content: ""; display: block; clear: both; } @include ie-lte(7) { zoom: 1; } } ; T; i;&T; @