{: versionI"3.2.19 (Media Mark):EF:shaI"-4bee05fae5a938fad9aa2398c08ee6e8c3ae8f68;F: contents"ko:Sass::Tree::RootNode :@children[ o:Sass::Tree::CommentNode : @value[I"/* makes a list inline. */:ET: @type: silent;[: @linei: @options{o:Sass::Tree::MixinDefNode : @nameI"inline-list; T: @args[: @splat0;[o:Sass::Tree::PropNode ;[I"list-style-type; T;o:Sass::Script::String;I" none; T; :identifier; @ : @tabsi:@prop_syntax:new;[; i ; @ o:Sass::Tree::RuleNode : @rule[I" &, & li; T;i:@parsed_ruleso:"Sass::Selector::CommaSequence: @members[o:Sass::Selector::Sequence;[o:#Sass::Selector::SimpleSequence ;[o:Sass::Selector::Parent; i :@filenameI"; T: @subject0: @sourceso:Set: @hash{; i ; @ o;;[o; ;[o;; i ; @ ;!0;"o;#;${; i ; @ o; ;[o:Sass::Selector::Element ;[I"li; T:@namespace0; i ; @ ;!0;"o;#;${; i ; @ ; i ; @ ;[o; ;[I" margin; T;o;;I"0px; T; ;; @ ;i;;;[; i ; @ o; ;[I" padding; T;o;;I"0px; T; ;; @ ;i;;;[; i ; @ o; ;[I" display; T;o;;I" inline; T; ;; @ ;i;;;[; i ; @ ; i :@has_childrenT; @ ; i;'T; @ o; ;[I"…/* makes an inline list delimited with the passed string. * Defaults to making a comma-separated list. * * Please make note of the browser support issues before using this mixin: * * use of `content` and `:after` is not fully supported in all browsers. * See quirksmode for the [support matrix](http://www.quirksmode.org/css/contents.html#t15) * * `:last-child` is not fully supported. * see quirksmode for the [support matrix](http://www.quirksmode.org/css/contents.html#t29). * * 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 */; T; ; ;[; i; @ o; ;I"delimited-list; T;[[o:Sass::Script::Variable;I"separator; T:@underscored_nameI"separator; T; @ o; ;I", ; T; : string; i; @ ;0;[o:Sass::Tree::MixinNode ;I"inline-list; T;[:@keywords{;0;[; i ; @ o; ;[I"li; T;i;o;;[o;;[o; ;[o;% ;[I"li; T;&0; i!; I"; T;!0;"o;#;${; i!; @c; i!; @c;[o; ;[I" &:after; T;i;o;;[o;;[o; ;[o;; i"; I"; To:Sass::Selector::Pseudo :@syntactic_type: class;[I" after; T: @arg0; i"; @q;!0;"o;#;${; i"; @q; i"; @q;[o; ;[I" content; T;o;( ;I"separator; T;)I"separator; T; i"; @ ;i;;;[; i"; @ ; i";'T; @ o; ;[I"&:last-child; T;i;o;;[o;;[o; ;[o;; i#; I"; To;- ;.;/;[I"last-child; T;00; i#; @„;!0;"o;#;${; i#; @„; i#; @„;[o; ;[I" &:after; T;i;o;;[o;;[o; ;[o;; i$; I"; To;- ;.;/;[I" after; T;00; i$; @•;!0;"o;#;${; i$; @•; i$; @•;[o; ;[I" content; T;o;;I"""; T; ;; @ ;i;;;[; i$; @ ; i$;'T; @ ; i#;'T; @ o; ;[I" &.last; T;i;o;;[o;;[o; ;[o;; i&; I"; To:Sass::Selector::Class;[I" last; T; i&; @¬;!0;"o;#;${; i&; @¬; i&; @¬;[o; ;[I" &:after; T;i;o;;[o;;[o; ;[o;; i'; I"; To;- ;.;/;[I" after; T;00; i'; @½;!0;"o;#;${; i'; @½; i'; @½;[o; ;[I" content; T;o;;I"""; T; ;; @ ;i;;;[; i'; @ ; i';'T; @ ; i&;'T; @ ; i!;'T; @ ; i;'T; @ o; ;[I"E/* See [delimited-list](#mixin-delimited-list) * @deprecated */; T; ; ;[; i,; @ o; ;I"comma-delimited-list; T;[;0;[o:Sass::Tree::WarnNode : @expro; ;I"Kcomma-delimited-list is deprecated. Please use delimited-list instead.; T; ;*; i/; @ ;[; i/; @ o;+ ;I"delimited-list; T;[;,{;0;[; i0; @ ; i.;'T; @ :@templateI"À// makes a list inline. @mixin inline-list { list-style-type: none; &, & li { margin: 0px; padding: 0px; display: inline; } } // makes an inline list delimited with the passed string. // Defaults to making a comma-separated list. // // Please make note of the browser support issues before using this mixin: // // use of `content` and `:after` is not fully supported in all browsers. // See quirksmode for the [support matrix](http://www.quirksmode.org/css/contents.html#t15) // // `:last-child` is not fully supported. // see quirksmode for the [support matrix](http://www.quirksmode.org/css/contents.html#t29). // // 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 @mixin delimited-list($separator: ", ") { @include inline-list; li { &:after { content: $separator; } &:last-child { &:after { content: ""; } } &.last { &:after { content: ""; } } } } // See [delimited-list](#mixin-delimited-list) // @deprecated @mixin comma-delimited-list { @warn "comma-delimited-list is deprecated. Please use delimited-list instead."; @include delimited-list; } ; T; i;'T; @