3.1.10 (Brainy Betty) 88c7facbfbb893e48fa7c2761a3ffd56af4c3ce3 o:Sass::Tree::RootNode :@has_childrenT:@children[o:Sass::Tree::CommentNode : @silenti: @value[I"ê/* Inline-Block list layout module. * * Easy mode using simple descendant li selectors: * * ul.nav * +inline-block-list * * Advanced mode: * If you need to target the list items using a different selector then use * +inline-block-list-container on your ul/ol and +inline-block-list-item on your li. * This may help when working on layouts involving nested lists. For example: * * ul.nav * +inline-block-list-container * > li * +inline-block-list-item */:EF: @linei;[: @loud0: @options{o:Sass::Tree::ImportNode ; i;[:@imported_filenameI" bullets; T:@template0;@ o; ; i;[;I"horizontal-list; T;0;@ o; ; i;[;I"$compass/utilities/general/float; T;0;@ o; ; i;[;I"compass/css3/inline-block; T;0;@ o; ; i; [I"’/* Can be mixed into any selector that target a ul or ol that is meant * to have an inline-block layout. Used to implement +inline-block-list. */; F; i;[; 0;@ o:Sass::Tree::MixinDefNode ;T; i;[o:Sass::Tree::MixinNode :@keywords{; i;[: @args[: @nameI"horizontal-list-container; T;@ ;[;I" inline-block-list-container; T;@ o; ; i; [I"…/* Can be mixed into any li selector that is meant to participate in a horizontal layout. * Used to implement +inline-block-list. */; F; i!;[; 0;@ o; ;T; i$;[ o; ;{; i%;[;[;I"no-bullet; T;@ o; ;{; i&;[;[;I"inline-block; T;@ o:Sass::Tree::PropNode ; o:Sass::Script::String; I" nowrap; T: @type:identifier;@ : @tabsi; i';[:@prop_syntax:new;[I"white-space; T;@ u:Sass::Tree::IfNodeÃ[o:Sass::Script::Variable : @linei(:@underscored_nameI" padding:ET: @nameI" padding;T: @options{0[o:Sass::Tree::PropNode : @valueo:Sass::Script::String; I";F: @type:identifier; @ : @tabsi;i):@children[o; ; o; ;i*;I" padding;T; I" padding;T; @ ;i;i*;[:@prop_syntax:new; [I" left;T; @ o; ; o; ;i+;I" padding;T; I" padding;T; @ ;i;i+;[;;; [I" right;T; @ ;;; [I" padding;T; @ :@has_childrenT;[[o:Sass::Script::Variable:@underscored_nameI" padding; T;I" padding; T;@ o:Sass::Script::Bool; F; i$;@ ;I"inline-block-list-item; T;@ o; ; i; [I"b/* A list(ol,ul) that is layed out such that the elements are inline-block and won't wrap. */; F; i0;[; 0;@ o; ;T; i1;[o; ;{; i2;[;[;I" inline-block-list-container; T;@ o:Sass::Tree::RuleNode ;i;T; i3;[o; ;{; i4;[;[o; ; i4; I" padding; T;I" padding; T;@ ;I"inline-block-list-item; T;@ :@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence;%[o:#Sass::Selector::SimpleSequence;%[o:Sass::Selector::Element ; i3:@namespace0:@filenameI"; F;[I"li; T; i3;*@_; i3;*@_: @rule[I"li; T;@ ;[[o;; I" padding; T;I" padding; T;@ o;!; F; i1;@ ;I"inline-block-list; T;@ ;I"‰// Inline-Block list layout module. // // Easy mode using simple descendant li selectors: // // ul.nav // +inline-block-list // // Advanced mode: // If you need to target the list items using a different selector then use // +inline-block-list-container on your ul/ol and +inline-block-list-item on your li. // This may help when working on layouts involving nested lists. For example: // // ul.nav // +inline-block-list-container // > li // +inline-block-list-item @import "bullets"; @import "horizontal-list"; @import "compass/utilities/general/float"; @import "compass/css3/inline-block"; // Can be mixed into any selector that target a ul or ol that is meant // to have an inline-block layout. Used to implement +inline-block-list. @mixin inline-block-list-container { @include horizontal-list-container; } // Can be mixed into any li selector that is meant to participate in a horizontal layout. // Used to implement +inline-block-list. @mixin inline-block-list-item($padding: false) { @include no-bullet; @include inline-block; white-space: nowrap; @if $padding { padding: { left: $padding; right: $padding; }; } } // A list(ol,ul) that is layed out such that the elements are inline-block and won't wrap. @mixin inline-block-list($padding: false) { @include inline-block-list-container; li { @include inline-block-list-item($padding); } } ; T;@ ; i