3.1.12 (Brainy Betty) 1eebf90c2597ee654c20922c0fe3886286a13c08 o:Sass::Tree::RootNode : @options{:@has_childrenT:@templateI"C// Horizontal list layout module. // // Easy mode using simple descendant li selectors: // // ul.nav // +horizontal-list // // Advanced mode: // If you need to target the list items using a different selector then use // +horizontal-list-container on your ul/ol and +horizontal-list-item on your li. // This may help when working on layouts involving nested lists. For example: // // ul.nav // +horizontal-list-container // > li // +horizontal-list-item @import "bullets"; @import "compass/utilities/general/clearfix"; @import "compass/utilities/general/reset"; @import "compass/utilities/general/float"; // Can be mixed into any selector that target a ul or ol that is meant // to have a horizontal layout. Used to implement +horizontal-list. @mixin horizontal-list-container { @include reset-box-model; @include clearfix; } // Can be mixed into any li selector that is meant to participate in a horizontal layout. // Used to implement +horizontal-list. // // :last-child is not fully supported // see http://www.quirksmode.org/css/contents.html#t29 for the support matrix // // IE8 ignores rules that are included on the same line as :last-child // see http://www.richardscarrott.co.uk/posts/view/ie8-last-child-bug for details // // Setting `$padding` to `false` disables the padding between list elements @mixin horizontal-list-item($padding: 4px, $direction: left) { @include no-bullet; white-space: nowrap; @include float($direction); @if $padding { padding: { left: $padding; right: $padding; } &:first-child, &.first { padding-#{$direction}: 0; } &:last-child { padding-#{opposite-position($direction)}: 0; } &.last { padding-#{opposite-position($direction)}: 0; } } } // A list(ol,ul) that is layed out such that the elements are floated left and won't wrap. // This is not an inline list. // // Setting `$padding` to `false` disables the padding between list elements @mixin horizontal-list($padding: 4px, $direction: left) { @include horizontal-list-container; li { @include horizontal-list-item($padding, $direction); } } :ET:@children[o:Sass::Tree::CommentNode : @value[I"/* Horizontal list layout module. * * Easy mode using simple descendant li selectors: * * ul.nav * +horizontal-list * * Advanced mode: * If you need to target the list items using a different selector then use * +horizontal-list-container on your ul/ol and +horizontal-list-item on your li. * This may help when working on layouts involving nested lists. For example: * * ul.nav * +horizontal-list-container * > li * +horizontal-list-item */; T: @linei: @loud0: @silenti;@; [o:Sass::Tree::ImportNode ; i:@imported_filenameI" bullets; T;@;0; [o; ; i;I"'compass/utilities/general/clearfix; T;@;0; [o; ; i;I"$compass/utilities/general/reset; T;@;0; [o; ; i;I"$compass/utilities/general/float; T;@;0; [o; ; [I"/* Can be mixed into any selector that target a ul or ol that is meant * to have a horizontal layout. Used to implement +horizontal-list. */; T; i;0;i;@; [o:Sass::Tree::MixinDefNode ; i: @args[: @nameI"horizontal-list-container; T;@;T; [o:Sass::Tree::MixinNode ; i;[:@keywords{;I"reset-box-model; T;@; [o; ; i ;[;{;I" clearfix; T;@; [o; ; [I"/* Can be mixed into any li selector that is meant to participate in a horizontal layout. * Used to implement +horizontal-list. * * :last-child is not fully supported * see http://www.quirksmode.org/css/contents.html#t29 for the support matrix * * IE8 ignores rules that are included on the same line as :last-child * see http://www.richardscarrott.co.uk/posts/view/ie8-last-child-bug for details * * Setting `$padding` to `false` disables the padding between list elements */; T; i";0;i;@; [o; ; i,;[[o:Sass::Script::Variable:@underscored_nameI" padding; T;I" padding; T;@o:Sass::Script::Number ; i :@numerator_units[I"px; T:@denominator_units[; i,:@originalI"4px; F;@[o;;I"direction; T;I"direction; T;@o:Sass::Script::String ; I" left; T; i,: @type:identifier;@;I"horizontal-list-item; T;@;T; [ o; ; i-;[;{;I"no-bullet; T;@; [o:Sass::Tree::PropNode ; o;; I" nowrap; T;;;@: @tabsi; i.:@prop_syntax:new;[I"white-space; T;@; [o; ; i/;[o; ; i/;I"direction; T;I"direction; T;@;{;I" float; T;@; [u:Sass::Tree::IfNodeZ[o:Sass::Script::Variable : @linei0:@underscored_nameI" padding:ET: @nameI" padding;T: @options{0[ o:Sass::Tree::PropNode : @valueo:Sass::Script::String; I";F: @type:identifier; @ : @tabsi;i1:@prop_syntax:new; [I" padding;T; @ :@children[o; ; o; ;i2;I" padding;T; I" padding;T; @ ;i;i2;;; [I" left;T; @ ;[o; ; o; ;i3;I" padding;T; I" padding;T; @ ;i;i3;;; [I" right;T; @ ;[:@has_childrenTo:Sass::Tree::RuleNode ;i;i5: @rule[I"&:first-child, &.first;F; @ ;T;[o; ; o; ; I"0;T;;; @ ;i;i5;;; [I" padding-;To; ;i5;I"direction;T; I"direction;T; @ ; @ ;[:@parsed_ruleso:"Sass::Selector::CommaSequence;i5: @members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence;i5;[o:Sass::Selector::Parent;i5:@filenameI";Fo:Sass::Selector::Pseudo ;i5;: class;@3: @arg0; [I"first-child;F;@3o;;[o;;i5;[o;;i5;@3o:Sass::Selector::Class;i5;@3; [I" first;F;@3;@3o; ;i;i6;[I"&:last-child;F; @ ;T;[o; ; o; ; I"0;T;;; @ ;i;i6;;; [I" padding-;To:Sass::Script::Funcall ;i6: @args[o; ;i6;I"direction;T; I"direction;T; @ :@keywords{; I"opposite-position;T; @ ; @ ;[;o;;i6;[o;;[o;;i6;[o;;i6;I";Fo; ;i6;;;@W; 0; [I"last-child;F;@W;@Wo; ;i;i7;[I" &.last;F; @ ;T;[o; ; o; ; I"0;T;;; @ ;i;i7;;; [I" padding-;To;" ;i7;#[o; ;i7;I"direction;T; I"direction;T; @ ;${; I"opposite-position;T; @ ; @ ;[;o;;i7;[o;;[o;;i7;[o;;i7;I";Fo;!;i7;@s; [I" last;F;@s;@so; ; [I"/* A list(ol,ul) that is layed out such that the elements are floated left and won't wrap. * This is not an inline list. * * Setting `$padding` to `false` disables the padding between list elements */; T; i;;0;i;@; [o; ; i?;[[o;;I" padding; T;I" padding; T;@o; ; i ;[I"px; T;[; i?;I"4px; F;@[o;;I"direction; T;I"direction; T;@o; ; I" left; T; i?;;;@;I"horizontal-list; T;@;T; [o; ; i@;[;{;I"horizontal-list-container; T;@; [o:Sass::Tree::RuleNode ;!i; iA: @rule[I"li; T;@;T; [o; ; iB;[o; ; iB;I" padding; T;I" padding; T;@o; ; iB;I"direction; T;I"direction; T;@;{;I"horizontal-list-item; T;@; [:@parsed_ruleso:"Sass::Selector::CommaSequence; iA: @members[o:Sass::Selector::Sequence;)[o:#Sass::Selector::SimpleSequence; iA;)[o:Sass::Selector::Element ; iA:@namespace0:@filenameI"; F;[I"li; T;.@;.@; i